Mysql 查看某列是否以汉字开头
select * from table where ascii(列名)>127
select * from table where ascii(列名)<127
本文来自博客园,作者:黑山老道,转载请注明原文链接:https://www.cnblogs.com/meipu/p/15668110.html
select * from table where ascii(列名)>127
select * from table where ascii(列名)<127
本文来自博客园,作者:黑山老道,转载请注明原文链接:https://www.cnblogs.com/meipu/p/15668110.html