问题已经解决: http://q.cnblogs.com/q/69457/#c_866560
--查询姓名字段是否出现非中文字符类型select * from table where asciistr(name) not like '%\%';
select * from table where asciistr(name) not like '%\%';