Created
April 2, 2020 11:48
-
-
Save tolyod/ee5f74c1537faf789aed4159ce517052 to your computer and use it in GitHub Desktop.
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 | |
products | |
SET | |
specs = REPLACE(specs,'Article:','Artikel:') | |
WHERE | |
specs like '%Article:%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment