Date32
A date. Supported range of values: [1900-01-01, 2299-12-31]. Stored as a signed 32-bit integer in native byte order with the value representing the days since 1900-01-01. Important! 0 represents 1970-01-01, and negative values represent the days before 1970-01-01.
Examples
Creating a table with a Date32-type column and inserting data into it:
See Also