Categories: Cryptography
SHA1
Computes the SHA-1 hash value of a string.
Syntax
SHA1(expr varchar) → varchar
- expr: The string to hash.
Examples
SHA1 exampleSELECT SHA1('Dremio')
-- dda3f1ef53d1e82a4845ef5b2893b9d9c04bd3b1
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.