Skip to content

Instantly share code, notes, and snippets.

@Capncavedan
Created February 4, 2014 13:55
Show Gist options
  • Save Capncavedan/8803953 to your computer and use it in GitHub Desktop.
Save Capncavedan/8803953 to your computer and use it in GitHub Desktop.
SQL to find data in a MySQL table that is non-ASCII
SELECT whatever
FROM tableName
WHERE columnToCheck <> CONVERT(columnToCheck USING ASCII)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment