 |
The IF...THEN...ELSE Statement : IF « PL SQL Statements « Oracle PL/SQL Tutorial
The IF...THEN...ELSE Statement : IF « PL SQL Statements « Oracle PL/SQL Tutorial ... some_condition_evaluates_to_true, tests a BOOLEAN condition that you provide. If true, the second parameter, perform_statements_condition_true, executes.
www.java2s.com |
 |