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

Part Number E25519-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
PDF · Mobi · ePub

NULL Statement

The NULL statement is a ''no-op" (no operation)—it only passes control to the next statement.

Note:

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

Topics

Syntax

null_statement ::=

Description of null_statement.gif follows
Description of the illustration null_statement.gif

Examples

Related Topics