存储过程里,给参数赋值set和select有区别吗比如 declare @i intset @i=1 和select @i=1 有区别吗[最优解释]木区别。只不过。select 可以多个.set只能一个.