declare @p2_output int
exec [pr_view_order_status] 
	@p2_output output
	,@NowPage =1
        ,@VenderID=65
select @p2_output

ALTER PROCEDURE [dbo].[pr_Sys_InquiryOfOrdering]  --修改
CREATE PROCEDURE pr_Sys_ServiceRequest               --创建
        @outCount int output,
	@NowPage int =1, 
	@PageSize int=20,
AS
BEGIN
        --写内容

END
GO


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
相关资源
相似解决方案