Merge pull request #29285 from wxy/20230208.1-️-Improve-your-coding-skills-with-temporal-values-in-MySQL

R:published/20230208.1 ️ Improve your coding skills with temporal values in MySQL.md
This commit is contained in:
Xingyu.Wang 2023-05-02 17:27:44 +08:00 committed by GitHub
commit 6f6dac5cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ MySQL 使用 `ISO 8601` 格式来存储以下格式的值LCTT 译注:国际
- `DATE``YYYY-MM-DD`
- `TIME``HH:MM:SS`
- `TIMESTAMP``YYYY-MM-DD HH:MM:SS`
- `YEAR`YYYY`
- `YEAR``YYYY`
### DATETIME 与 TIMESTAMP 的比较