Literals
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
A literal, also called a constant, is a type of expression that specifies a constant value. Generally, you can specify a literal wherever SQL syntax allows an expression. Some SQL constructs allow literals but disallow other forms of expressions.
There are three types of literals:
-
NUMERIC -
CHARACTER-STRING -
DATE-TIME
The following sections discuss each type of literal.