Funzione hex

Si applica a: segno di spunta sì Databricks SQL segno di spunta sì Databricks Runtime

Converte in expr esadecimale.

Sintassi

hex(expr)

Argomenti

  • expr: espressione BIGINT, BINARY o STRING.

Valori restituiti

STRINGA.

La funzione restituisce la rappresentazione esadecimale dell'argomento.

Esempi

> SELECT hex(17);
 11
> SELECT hex('Spark SQL');
 537061726B2053514C