Date32
A date. Supports the date range same with DateTime64. 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