Posted By

browncardigan on 02/08/10


Tagged


Versions (?)

SQL: using REPLACE in an UPDATE statement


Published in: SQL 


URL: http://bettesmidler.com/code/2009-08-20-01.htm

  1. UPDATE biggiesmalls SET title = REPLACE(title, 'Mr Jones', 'Mr Grieves');

Report this snippet 

You need to login to post a comment.