SQL中判断汉字的存在:
select * from Account where len(AccountId)<>DATALENGTH(AccountId)
select * from Account where AccountId like '%[吖-座]%'
今天还发现了一个方法:
select * from Account where AccountId>'zzzzzzzzzz'
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3