日期:2014-05-16 浏览次数:20956 次
select ascii('表')
----
[SQL]
select ascii('表')
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''表')' at line 1
mysql> select ascii('表示');
+--------------+
| ascii('表\') |
+--------------+
| 149 |
+--------------+
1 row in set