Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Important
This feature is in Public Preview.
Applies to:
Databricks SQL
Databricks Runtime 16.1 and above
Attaches an explicit collation collationName to strExpr.
For a list of valid collations see Supported collations.
Syntax
strExpr COLLATE collationName
Arguments
strExpr: ASTRINGexpression.- collationName: A collation name to attach to
strExpr.
Returns
A STRING with the same value as strExpr.
Examples
> SELECT collation('test' COLLATE UNICODE_CI);
UNICODE_CI