-
根据多条件查询临时表 想得到不同结果集的方法
当我写下如下sql语句时,我得到了输入@c参数时想得到的结果集。select * from @tb t where t.id in (select id from tb where f = @c) 但如果有@a,@b,@c,而它们分别想从@
当我写下如下sql语句时,我得到了输入@c参数时想得到的结果集。select * from @tb t where t.id in (select id from tb where f = @c) 但如果有@a,@b,@c,而它们分别想从@