Skip to content

Instantly share code, notes, and snippets.

@anujbhatt
Created March 4, 2014 17:42
Show Gist options
  • Save anujbhatt/9351683 to your computer and use it in GitHub Desktop.
Save anujbhatt/9351683 to your computer and use it in GitHub Desktop.
Comparing plain values to hex representations
select email, hex(email) from users where email like "%bademail%";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment