Search & Replace in SQL


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



Copy this code and paste it in your HTML
  1. UPDATE TABLE_NAME
  2. SET FIELD_NAME = REPLACE(FIELD_NAME, 'LOOK_FOR_TXT', 'NEW_TEXT');

Report this snippet


Comments


You need to login to view comments.