可否在SQL的Where条件中能使用IF判断吗.
1个回答
展开全部
QL语句的结尾就不需要对 CountryID进行判断.
在SQL的Where条件中能使用IF判断吗.?
大概类似
SELECT * FROM TB1
INNER JOIN TB2
ON....
WHERE ..........
AND m.style_name LIKE '%' + @style_name + '%'
if(@country_ID<>0)
{
AND AR_Country_Master.country_id=@country_ID
}
order by a.Inspection
在SQL的Where条件中能使用IF判断吗.?
大概类似
SELECT * FROM TB1
INNER JOIN TB2
ON....
WHERE ..........
AND m.style_name LIKE '%' + @style_name + '%'
if(@country_ID<>0)
{
AND AR_Country_Master.country_id=@country_ID
}
order by a.Inspection
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询