Created
October 2, 2013 07:50
-
-
Save sylvainraye/6790337 to your computer and use it in GitHub Desktop.
Search and replace SQL Query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE Table SET champ=REPLACE(champ,'chaine 1','chaine 2') WHERE champ LIKE '%chaine 1%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment