📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

CRC32



Returns 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('datalake'); ┌───────────────────┐ │ crc32('datalake') │ ├───────────────────┤ │ 2878859588 │ └───────────────────┘

Was this page helpful?