Hi,
Could someone please advise on what is the equivalent of the following
sybase trigger code to UDB.
if @@test > 1
begin
return
end
TIA
Andy G
Could someone please advise on what is the equivalent of the following
sybase trigger code to UDB.
if @@test > 1
begin
return
end
TIA
Andy G
Comment