mysql 字符串字段中查找非ascii字符

select * from tabel_name where field_name not regexp "^[ -~]*$"

原文地址:https://www.cnblogs.com/yuetz/p/6774514.html