SELECT COERCIBILITY(USER()); : COERCIBILITY « Information Functions « MySQL Tutorial






mysql>
mysql> SELECT COERCIBILITY(USER());
+----------------------+
| COERCIBILITY(USER()) |
+----------------------+
|                    3 |
+----------------------+
1 row in set (0.00 sec)

mysql>








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');