Created
February 1, 2011 13:37
-
-
Save betawax/805859 to your computer and use it in GitHub Desktop.
Perform a SELECT statement with a case sensitive WHERE clause
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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