We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bfed6 commit 61d7433Copy full SHA for 61d7433
notes/MySQL.md
@@ -41,7 +41,7 @@
41
- [2. 浮点数](#2-浮点数)
42
- [3. 字符串](#3-字符串)
43
- [4. 时间和日期](#4-时间和日期)
44
- - [DATATIME](#datatime)
+ - [DATETIME](#datetime)
45
- [TIMESTAMP](#timestamp)
46
- [8. 索引](#8-索引)
47
- [1. 索引使用的场景](#1-索引使用的场景)
@@ -734,9 +734,9 @@ VARCHAR 会保留字符串末尾的空格,而 CHAR 会删除。
734
735
### 4. 时间和日期
736
737
-MySQL 提供了两种相似的日期时间类型:DATATIME 和 TIMESTAMP。
+MySQL 提供了两种相似的日期时间类型:DATETIME 和 TIMESTAMP。
738
739
-#### DATATIME
+#### DATETIME
740
741
能够保存从 1001 年到 9999 年的日期和时间,精度为秒,使用 8 字节的存储空间。
742
0 commit comments