CRC32(expr) returns a cyclic redundancy check value and returns a 32-bit unsigned value. : CRC32 « Math Numeric Functions « MySQL Tutorial






The result is NULL if the argument is NULL.

mysql> SELECT CRC32('java2s.com');
+---------------------+
| CRC32('java2s.com') |
+---------------------+
|            91442478 |
+---------------------+
1 row in set (0.00 sec)

mysql>
mysql>








21.14.CRC32
21.14.1.CRC32(expr) returns a cyclic redundancy check value and returns a 32-bit unsigned value.