select * from 表 where 1=1
and
1=case when isnull(参数变量,'')='' then 1 else
case when 列=参数变量 then 1 else 0
end
end
本文共 168 字,大约阅读时间需要 1 分钟。
select * from 表 where 1=1
and
1=case when isnull(参数变量,'')='' then 1 else
case when 列=参数变量 then 1 else 0
end
end
转载于:https://www.cnblogs.com/BeamWen_login/p/4031317.html