HomeSQL 函数数值函数(Numeric Functions)CRC32On this pageCRC32返回 x 的 CRC32 校验和,其中 'x' 应为字符串;如果不是字符串,则会尽可能将其视为字符串。 语法 CRC32( '<x>' ) 示例 SELECT CRC32('databend');┌───────────────────┐│ crc32('databend') │├───────────────────┤│ 1177678456 │└───────────────────┘