佬唐

博客园 首页 新随笔 联系 订阅 管理

SQL中判断汉字的存在:

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

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

 

今天还发现了一个方法:

 

select * from Account where AccountId>'zzzzzzzzzz'

posted on 2009-05-23 17:00  佬唐  阅读(234)  评论(0)    收藏  举报