/ Published in: SQL
URL: http://bettesmidler.com/code/2009-08-20-01.htm
Expand |
Embed | Plain Text
UPDATE biggiesmalls SET title = REPLACE(title, 'Mr Jones', 'Mr Grieves');
You need to login to post a comment.
browncardigan on 02/08/10
1 person have marked this snippet as a favorite
URL: http://bettesmidler.com/code/2009-08-20-01.htm
UPDATE biggiesmalls SET title = REPLACE(title, 'Mr Jones', 'Mr Grieves');
You need to login to post a comment.