It's not possible to use IF THEN ELSIF?
You can use RETURN to leave the procedure:
IF condition1
THEN statement1; return;
END IF;
IF condition2
THEN statement2; return;
END IF;
|
Results 1 to 3 of 3
Thread: pl/sql procedure exitingThreaded View
|
Click Here to Expand Forum to Full Width |