Função hex
Aplica-se a: Databricks SQL Databricks Runtime
Converte expr
em hexadecimal.
Sintaxe
hex(expr)
Argumentos
expr
: UMA EXPRESSÃO BIGINT, BINÁRIA ou STRING.
Devoluções
UMA STRING.
A função retorna a representação hexadecimal do argumento.
Exemplos
> SELECT hex(17);
11
> SELECT hex('Spark SQL');
537061726B2053514C