MYSQL 一个很怪的问题 想不通
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 1mysql> select ascii('表示');+--------------+| ascii('表\') |+--------------+| 149 |+--------------+1 row in set