...
Table of Contents |
---|
A literal represents a constant value of a particular type. eSQL provides a literal syntax for most simple types. Literals are mostly used in the WHERE clause in order to form conditions. They can also be used in the SELECT clause.
...