Mysql 查看某列是否以汉字开头

select * from table where ascii(列名)>127
select * from table where ascii(列名)<127

 

posted @ 2021-12-09 16:44  黑山老道  阅读(214)  评论(0编辑  收藏  举报