Created
February 20, 2015 09:40
-
-
Save dejanstojanovic/751b65703493446ecd64 to your computer and use it in GitHub Desktop.
Perform case insensitive SELECT in Microsoft SQL Server
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 * FROM myTable WHERE myField = 'sOmeVal' COLLATE SQL_Latin1_General_CP1_CI_AS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment