Data types
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
CREATE TABLE statements specify
the data type for each column in the table they define. This section describes
the data types SQL supports for table columns. All the data types
can store null values. A null value indicates that the value is
not known and is distinct from all non‑null values.
Syntax
|
Example
The
following example illustrates the use of data types in a CREATE
TABLE statement:
|
The OpenEdge SQL data types are:
-
CHARACTER -
EXACT NUMERIC -
APPROXIMATE NUMERIC -
DATE-TIME -
BIT STRING -
ARRAY
Each data type is described in the following sections.