Datetime and Interval Data Types
Last updated
Last updated
The datetime data types are
DATE
,TIMESTAMP
,TIMESTAMP
WITH
TIME
ZONE
, andTIMESTAMP
WITH
LOCAL
TIME
ZONE
. Values of datetime data types are sometimes called datetimes. The interval data types areINTERVAL
YEAR
TO
MONTH
andINTERVAL
DAY
TO
SECOND
. Values of interval data types are sometimes called intervals. ()
Here are the articles in this section: