-
PL/SQL프로그래밍 언어/제어 구조 2015. 4. 1. 15:51
if .. then
...
elsif .. then
...
elsif .. then
...else...end if;
exit[ <label>][ when ..];
[FOR counter IN [REVERSE] lower_bound..higher_bound|while ... ]LOOP
...
END LOOP;
참조 사이트:
http://docs.oracle.com/cd/B10501_01/appdev.920/a96624/04_struc.htm