Skip to content

Instantly share code, notes, and snippets.

@anujbhatt
Last active August 29, 2015 13:57
Show Gist options
  • Save anujbhatt/9351645 to your computer and use it in GitHub Desktop.
Save anujbhatt/9351645 to your computer and use it in GitHub Desktop.
Finding records with a column which has control characters in its value
select * from users where email regexp ".*[[:cntrl:]]+.*";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment