Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E10472-05 |
|
|
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
numeric_literal
d or D
Specifies that the numeric literal has the data type BINARY_DOUBLE
.
f or F
Specifies that the numeric literal has the data type BINARY_FLOAT
.
integer
digit
The character 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9.
real_number
e or E
Introduces the exponent.
character_literal and string_literal
character
A member of the PL/SQL character set. For information about the PL/SQL character set, see"Character Sets".
Examples
Related Topics
In this chapter:
In other chapters: