Funzione sha
Si applica a: Databricks SQL Databricks Runtime
Restituisce un sha1
valore hash come stringa esadecimale di expr
. Questa funzione è un sinonimo di funzione sha1.
Sintassi
sha(expr)
Argomenti
expr
: espressioneBINARY
oSTRING
.
Valori restituiti
Un oggetto STRING
.
Esempi
> SELECT sha('Spark');
85f5955f4b27a9a4c2aab6ffe5d7189fc298b92c