在存储过程中: 能不能动态生成SQL语句如: 如果有一个参数那么就 select * from table where id = @para
如果有两个参数那么就会是: select * from table where id = @para or id= @para2