![]() |
#2
Kendy1234562007-01-17 11:02
|
delete
as
if @@rowcount=0
return
if @@rowcount>1
begin
rollback transaction
raiserror('you can only delete one information at one time',16,1)
end
return