Skip to content

Instantly share code, notes, and snippets.

@Goryudyuma
Created February 28, 2018 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Goryudyuma/788d84763c714fe3d60cb33ecdafaca8 to your computer and use it in GitHub Desktop.
Save Goryudyuma/788d84763c714fe3d60cb33ecdafaca8 to your computer and use it in GitHub Desktop.
MISQUERY ONLINE
SELECT i, TRANSLATE(str,
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
'nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM'
) AS converted_str
FROM tbl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment