SQL ReferenceSQL FunctionsString FunctionsCRC32On this pageCRC32DescriptionUse CRC32 to compute the result.SyntaxBIGINT crc32 (VARCHAR str)Returns the Cyclic Redundancy Check value of this string.Examplemysql> select crc32("abc");+--------------+| crc32('abc') |+--------------+| 891568578 |+--------------+KeywordsCRC32