Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Created May 25, 2020 14:47
Show Gist options
  • Save ph00lt0/8e9d68f8105bc9cd8314397ca4d81e47 to your computer and use it in GitHub Desktop.
Save ph00lt0/8e9d68f8105bc9cd8314397ca4d81e47 to your computer and use it in GitHub Desktop.
Find values with accents
SELECT *
FROM `table`
WHERE `column` <> CONVERT(`column` USING ASCII)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment