Syntax
SM3(str)
Purpose
SM3 is a hash value calculation method released by the State Cryptography Administration of China. The returned value is a string of 32 hexadecimal digits.
Examples
obclient> SELECT SM3(1);
+------------------------------------------------------------------+
| sm3(1) |
+------------------------------------------------------------------+
| cbdddb8e8421b23498480570d7d75330538a6882f5dfdc3b64115c647f3328c4 |
+------------------------------------------------------------------+
1 row in set
