SQL中判断汉字的存在

来源:互联网 发布:python 高斯分布拟合 编辑:程序博客网 时间:2024/04/28 20:18

SQL中判断汉字的存在:

select * from Account where len(AccountId)<>DATALENGTH(AccountId)

select * from Account where AccountId like '%[吖-座]%'

 

今天还发现了一个方法:

 

select * from Account where AccountId>'zzzzzzzzzz'

原创粉丝点击