问题:在不同数据库中如何判断一个字符串内是否含有中文?
select * from t1 where length(c1) != lengthb(c1);
select * from t1 where len(unicode(c1)) < 5;