Created
April 29, 2011 09:15
-
-
Save max-mulawa/948086 to your computer and use it in GitHub Desktop.
Create TestCollaction2
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
CREATE TABLE #TestCollaction2 | |
( | |
Id Int PRIMARY KEY , | |
Name VARCHAR(20) COLLATE Polish_CI_AS NOT NULL , | |
NameUnicode NVARCHAR(20) COLLATE Polish_CI_AS NOT NULL | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment