Exasol supports the DATE
and TIMESTAMP(p)
data types from the SQL standard. Additionally, the data type TIMESTAMP(p) WITH LOCAL TIME ZONE
can be used to handle timestamps in the session time zone. For more information, see ALTER SESSION and SESSIONTIMEZONE.
Data type | Range | Note |
---|---|---|
|
0001-01-01 to 9999-12-31 |
|
|
|
Timestamp without time zone.
0 ≤ The fractional seconds precision |
|
|
Timestamp considering the session time zone. If the session time zone is not set to UTC, the usable range is slightly smaller because all timestamps must be within this range in both the session time zone and UTC.
0 ≤ The fractional seconds precision |