| Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E10472-02 |
|
|
View PDF |
A literal is value that is not represented by an identifier or an expression.
Topics:
Syntax
numeric_literal ::=

integer ::=
real_number ::=

character_literal ::=


boolean_literal ::=

Semantics
character
A member of the PL/SQL character set. For information about the PL/SQL character set, see"Character Sets".
d or D
Specifies that the numeric literal has the data type BINARY_DOUBLE.
digit
The character 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9.
f or F
Specifies that the numeric literal has the data type BINARY_FLOAT.
Examples
Related Topics
In this chapter:
In other chapters: