Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ronokdev/1d385d87a455694ddc9e11377a5c9cad to your computer and use it in GitHub Desktop.
Save ronokdev/1d385d87a455694ddc9e11377a5c9cad to your computer and use it in GitHub Desktop.
mysql: remove all spaces from values and change it to lower case
UPDATE cities SET city_state = lower(trim(city_state))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment