COLLATIONNAME#
Returns collation name by collation ID. Two arguments are not supported yet.
Syntax#
COLLATIONNAME ( collation_id [, second_arg] )
Arguments#
collation_id
Is an expression of the type varbinary.
second_arg
Not supported
Return types#
nvarchar(128)
Examples#
SELECT COLLATIONNAME(0x1);