会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Stay hungry Stay foolish
博客园
首页
联系
管理
2017年10月8日
SQL Where 字符串拼接
摘要: declare @s varchar(100) set @s='1,2,3' --法一: select * from tb where charindex(','+ltrim(id)+',',','+@s+',')>0 --法二: exec('select * from tb where id in ('+@s+')')
阅读全文
posted @ 2017-10-08 22:09 布洛克菲勒
阅读(2356)
评论(0)
推荐(0)
编辑
公告