|
drop proc UQ_pro
go
create proc UQ_ZRZXHZB(@@sKJDWID char(4), @@iYear int, @@iMonthStart int, @@iMonthEnd int,
@@sP1 varchar(250), --
@@cP2 char(200) --
)
as
declare
@fID float
select @fID =convert(float, getdate())
delete from V_table where V_table_ID=@fID
|