正则依旧风骚。。 在MySql中使用正则可以达到事半功倍的效果,如,简单看示例,使用mysql筛选出某字段中文的记录: select * from table where not name regexp '^[1-9A-Za-z]';