|
|
CREATE COLLATION
Creates a new collation, based on an existing collation.
Usage
Embedded/Interactive/ODBC/JDBC.
Description
A new collation is created. A collation is always based on an existing collation, i.e. the new collation
collation-name-1is based on the already existing collationcollation-name-2. If theCREATE COLLATIONstatement has aUSINGclause, thedelta-stringis appended to the definition of the collation specified in theFROMclause.By omitting the
USINGclause, theCREATE COLLATIONstatement can be used to create copies of already existing collations.See Tailorings for information about the
delta-string.Restrictions
Any ident, who owns a schema, is authorized to create collations.
Notes
Usage privilege on the collation is granted to
PUBLIC.Examples
This example will create a Basque collation based on
EOR_1, whereÑis treated as a separate letter, sorted directly afterN:CREATE COLLATION basque FROM eor_1 USING '& N < ñ <<< Ñ'The following example will create an English collation based on
ENGLISH_1, which also sorts numerical data:CREATE COLLATION english_numeric_1 FROM english_1 USING '[NUMERIC ON]'Standard Compliance
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|