码迷,mamicode.com
首页 > 其他好文 > 详细

where语句中多条件查询字段NULL与NOT NULL不确定性查询

时间:2014-07-19 19:03:04      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   re   c   div   

SELECT * FROM Table
where a.TenantKey=@TenantId 
AND (@ProjectKeys is null or b.RecuritProjectKey in (select * from dbo.f_SplitToInt(@ProjectKeys,,)))
AND (@ProjectDutyUserKeys is null or b.ProjectDutyUserKey in (select * from dbo.f_SplitToInt(@ProjectDutyUserKeys,,)))

当@ProjectKeys&@ProjectDutyUserKeys两个参数有值无值都不会影响查询,省去了IF……ELSE……

where语句中多条件查询字段NULL与NOT NULL不确定性查询,布布扣,bubuko.com

where语句中多条件查询字段NULL与NOT NULL不确定性查询

标签:style   blog   color   re   c   div   

原文地址:http://www.cnblogs.com/huyg/p/3853678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!