collate
expression
Preview
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.
Arguments
strExpr
: ASTRING
expression.collationName: A collation name to attach to
strExpr
.