SQL ReferenceSQL FunctionsString FunctionsCRC32On this pageCRC32DescriptionβUse CRC32 to compute the result.SyntaxβBIGINT crc32 (VARCHAR str)Returns the Cyclic Redundancy Check value of this string.Exampleβmysql> select crc32("abc");+--------------+| crc32('abc') |+--------------+| 891568578 |+--------------+KeywordsβCRC32