SELECT COERCIBILITY('abc'); : COERCIBILITY « Information Functions « MySQL Tutorial






mysql>
mysql>
mysql> SELECT COERCIBILITY('abc');
+---------------------+
| COERCIBILITY('abc') |
+---------------------+
|                   4 |
+---------------------+
1 row in set (0.00 sec)








20.4.COERCIBILITY
20.4.1.COERCIBILITY(str) returns the collation coercibility value of the string argument.
20.4.2.SELECT COERCIBILITY(USER());
20.4.3.SELECT COERCIBILITY('abc');