Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Databricks SQL
Databricks Runtime
Returns a hash value of the arguments.
hash(expr1, ...)
exprN
: An expression of any type.
An INTEGER.
> SELECT hash('Spark', array(123), 2);
-1321691492