Skip to main content
Skip to main content

Overview

The date data types include DATE and DATETIME:

  • DATE: It stores only the date. The minimum precision unit is days.

  • DATETIME: It stores both the date and time. The minimum precision unit is milliseconds.