Time Intervals
Learn about time interval styles and implement a calendar using PostgreSQL.
We'll cover the following...
The interval
data type
PostgreSQL implements an interval
data type along with the time
, date
, and timestamptz
data types. An interval describes a duration, such as a month, two weeks, or even a millisecond:
Access this course and 1400+ top-rated courses and projects.