SQL FunctionsNumeric FunctionsCRC32On this pageCRC32Returns the CRC32 checksum of x, where 'x' is expected to be a string and (if possible) is treated as one if it is not. Syntax CRC32( '<x>' ) Examples SELECT CRC32('databend');┌───────────────────┐│ crc32('databend') │├───────────────────┤│ 1177678456 │└───────────────────┘