存储过程参数
摘要:
存储过程as前的参数是从外边传入的,as后的参数是内部参数. CREATE PROCEDURE [dbo].[sp_InsertYear] @StartYear int, @EndYear int AS declare @Count int select @Count = Count(*) from T_Year if @Count > 0 begin return end else beg... 阅读全文
posted @ 2008-07-25 15:36 lbh 阅读(289) 评论(0) 推荐(0)
浙公网安备 33010602011771号