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


MySQL TUTORIALS » Math Numeric Functions » CRC32 »

 

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


The result is NULL if the argument is NULL.

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

mysql>
mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» CRC32