charindex实现where in

用户表o_user_info:

userId

userName

0

张三峰

10

李四

2

李雷

3

王五

1.搜索姓名中有“峰”字的用户的ID

<span style="font-size:12px;">select userId from o_user_info where username like ‘%峰%’;</span>

2.搜索用户ID为2,0的用户;

<span style="font-size:12px;">select* from o_user_info where userId in(2,0);</span>

用户使用浏览器情况表o_browser_info:

id

browser

userId

100

IE6

0

101

IE7

2

102

IE8

3

103

IE9

10

104

Chrome

1

3.输入用户id:2,3,10,搜索出这些用户使用的浏览器情况

<span style="font-size:12px;">select * from o_browser_info
where charindex(‘,’+ltrim(userId)+',',',2,3,10,')>0</span>


关于charindex的含义可以参见:http://baike.baidu.com/view/1030958.htm?fr=aladdin

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值