hex
function
Applies to: Databricks SQL
Databricks Runtime
Converts expr
to hexadecimal.
hex(expr)
expr
: A BIGINT, BINARY, or STRING expression.
A STRING.
The function returns the hexadecimal representation of the argument.
> SELECT hex(17);
11
> SELECT hex('Spark SQL');
537061726B2053514C