mysql中查询字段为汉字的集合

SELECT * FROM table WHERE length(column)!=char_length(column);

原文地址:https://www.cnblogs.com/mmykdbc/p/12986563.html