May 2020
Beginner
564 pages
14h 9m
English
The following table lists the date and time data types available in MySQL and shows whether or not they are available in Oracle, PostgreSQL, and SQL Server:
| Date and time data types in MySQL | Also available in | ||
| Data Type | SQL Server | PostgreSQL | Oracle |
| DATE | Yes | Yes | Yes |
| TIME | Yes | Yes | No |
| DATETIME | No | No | No |
| TIMESTAMP | Yes | Yes | Yes |
| YEAR | No | No | No |
The preceding table lists the date and time data types available in MySQL and shows whether or not they are available in Oracle, PostgreSQL, and SQL Server.
Read now
Unlock full access