$ 0 0 If u want to terminate your procedure Use "leave"ex -- Start of SP LABEL_OKAY:BEGIN If flag = 1 LEAVE LABEL_OKAY; --End of SP end LABEL_OKAY;-Barani
If u want to terminate your procedure Use "leave"
ex
-- Start of SP
LABEL_OKAY:BEGIN
If flag = 1
LEAVE LABEL_OKAY;
--End of SP
end LABEL_OKAY;
-Barani