wright67uk Posted May 27, 2012 Share Posted May 27, 2012 What would be the correct way to escape the word END in the below query? update product_description set description = replace (description, ‘This tree has been recently potted at the end of bare root season.’, ‘This tree has been recently potted following the end of the bare root season. ’) Quote Link to comment Share on other sites More sharing options...
requinix Posted May 27, 2012 Share Posted May 27, 2012 If you're quoting your strings correctly (which it doesn't look like you're doing - regular quotes, not smart quotes) then you don't have to do anything. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.