34,873
社区成员
发帖
与我相关
我的任务
分享select * from sp where charindex( '168',sno) >0
--
select * from sp where sno like '%168%'
select * from sp where sno like '168%'
select * from sp where sno like '%168'
select * from
(select * from SP where (select count(*) from SP group by id having Sno='168')>=1)
a where 条件