I need to write out a SQL statement to a string and set it to a varible inwhich 
i can call it from the EXEC() command. However in my SQL state ment I have to 
use single quotes for string criteria  for example :
SELECT email FROM table WHERE donotemail = 'Y'
But what I have to do is take that exmple and set it to a variable like so:
@QUERY= 'SELECT email FROM table WHERE donotemail = 'Y''
How do I escape the single quotes around the Y? This is being done inside a 
stored proc in SQL2K.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191596
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to