Last active
December 17, 2015 04:58
-
-
Save shmaltorhbooks/5553824 to your computer and use it in GitHub Desktop.
find and replace CR
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
SELECT * FROM auto4.model WHERE `name` like '%\n'; | |
UPDATE auto3.model m SET name=REPLACE(name, '\n', '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment