Skip Headers
Oracle® Database PL/SQL Language Reference
11g Release 2 (11.2)

Part Number E10472-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

NULL Statement

The NULL statement is a no-op (no operation)—it passes control to the next statement without doing anything.

Note:

The NULL statement and the BOOLEAN value NULL are not related.

Topics:

Syntax

null_statement ::=

null_statement
Description of the illustration null_statement.gif

Examples

Related Topics