以下是我实际使用的方法,在mysql中还不知道如何用SQL来查询。 Oracle:select * from t1 where length(c1) != lengthb(c1);(含中文) SQL Server:select * from t1 where len(unicode(c1)) = 5;(含中文,不含中文:<)