Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E10472-02 |
|
|
View PDF |
The NULL
statement is a no-op (no operation)—it passes control to the next statement without doing anything.
Note:
TheNULL
statement and the BOOLEAN
value NULL
are not related.Topics:
Syntax
null_statement ::=
Examples
Related Topics