Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0111
The specification states the following:
-
Subclause 11.41, "<character set definition>": <character set definition> ::= CREATE CHARACTER SET <character set name> [ AS ] <character set source> [ <collate clause> ] <character set source> ::= GET <character set specification> ... Conformance Rules Without Feature F451, "Character set definition", conforming SQL language shall not contain a <character set definition>. Subclause 11.42, "<drop character set statement>": <drop character set statement> ::= DROP CHARACTER SET <character set name> ... Conformance Rules Without Feature F451, "Character set definition", conforming SQL language shall not contain a <drop character set statement>.
Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:
Transact-SQL partially supports this feature.