Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 11, 2022
Send us feedback
crc32
Returns a cyclic redundancy check value of expr.
expr
crc32(expr)
expr: A BINARY expression.
A BIGINT.
> SELECT crc32('Spark'); 1557323817
hash function
md5 function
sha function
sha1 function
sha2 function