日期:2014-05-16  浏览次数:20438 次

数据库中如何判断一个字符串内是否含有中文
oracle
select * from t1 where length(c1) != lengthb(c1)
SqlServer
select * from t1 where len(unicode(c1)) &lt. 5