sql server存储过程 where in多值参数,如 in ('a','b','c')在存储过程中条件应该怎么写,参数是@ttype
参数形式就是 A,B,C
比如exec 存储过程 'A,B,C'
然后在存储过程中replace 一下
补充例子: