Guest User

Untitled

a guest
Dec 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. UPDATE tableName
  2. SET columnName = REPLACE(
  3. columnName,
  4. 'TEXT TO SEARCH FOR',
  5. 'TEXT TO REPLACE WITH'
  6. )
Add Comment
Please, Sign In to add comment