存储过程

--输入参数的存储过程
alter proc jiayibai
@shuru int,
@canshu int
as
begin
print @shuru+@canshu
end
go
exec jiayibai 10,120

posted @ 2014-12-02 14:04  ヾBailey灬  阅读(76)  评论(0)    收藏  举报