Skip to content

Instantly share code, notes, and snippets.

@betawax
Created February 1, 2011 13:37
Show Gist options
  • Save betawax/805859 to your computer and use it in GitHub Desktop.
Save betawax/805859 to your computer and use it in GitHub Desktop.
Perform a SELECT statement with a case sensitive WHERE clause
SELECT foo, bar FROM foobar WHERE BINARY foo = bar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment