发布网友 发布时间:2022-04-23 22:42
共3个回答
热心网友 时间:2023-10-12 13:32
我是这么认为的!createprocproc_test
@statusint--接收操作参数
@outStaintoutput--传出参数
as
begin
if@status=1begin
select*fromtable1
end
elseif@status=2begin
select*fromtable2
end
else.....
set@outSta=@status
end
热心网友 时间:2023-10-12 13:32
怎样利用存储过程根据传入参数不同对表做不同操作,…5462
热心网友 时间:2023-10-12 13:33
怎样利用存储过程根据传入参数不同对表做不同操作,…2060