Created
October 19, 2012 20:16
-
-
Save muloka/3920443 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 stuff FROM [Product] p | |
JOIN [category] c ON | |
-- collating on the fly #FTW | |
c.[Name] COLLATE SQL_Latin1_General_CP1_CI_AS = p.[Name] 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