SQL: using REPLACE in an UPDATE statement


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. UPDATE biggiesmalls SET title = REPLACE(title, 'Mr Jones', 'Mr Grieves');

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.