Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Applies to:
Databricks SQL
Databricks Runtime 16.1 and above
Returns the collation attached to strExpr.
Syntax
collation (strExpr)
Arguments
strExpr: ASTRINGexpression.
Returns
A STRING using default collation, with the collation name.
Examples
> SELECT collation('test');
UTF8_BINARY