Previous Topic

Next Topic

Literals

Literals are a type of expression that specify a constant value (they are also called constants). You can specify literals wherever c-treeSQL syntax allows expressions. Some c-treeSQL constructs allow literals but prohibit other forms of expressions.

There are three types of literals:

  • Numeric
  • Character string
  • Date-time

The following sections discuss each type of literal.