Skip to content

Returns the CRC-32 checksum of a string as an unsigned integer.

func.crc32(<str>)
func.crc32('hello')
┌───────────┐
907060870
└───────────┘
CRC32(<str>)
SELECT CRC32('hello');
┌───────────┐
907060870
└───────────┘