Skip to content

Commit 61d7433

Browse files
authored
Update MySQL.md
1 parent a3bfed6 commit 61d7433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notes/MySQL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- [2. 浮点数](#2-浮点数)
4242
- [3. 字符串](#3-字符串)
4343
- [4. 时间和日期](#4-时间和日期)
44-
- [DATATIME](#datatime)
44+
- [DATETIME](#datetime)
4545
- [TIMESTAMP](#timestamp)
4646
- [8. 索引](#8-索引)
4747
- [1. 索引使用的场景](#1-索引使用的场景)
@@ -734,9 +734,9 @@ VARCHAR 会保留字符串末尾的空格,而 CHAR 会删除。
734734

735735
### 4. 时间和日期
736736

737-
MySQL 提供了两种相似的日期时间类型:DATATIME 和 TIMESTAMP。
737+
MySQL 提供了两种相似的日期时间类型:DATETIME 和 TIMESTAMP。
738738

739-
#### DATATIME
739+
#### DATETIME
740740

741741
能够保存从 1001 年到 9999 年的日期和时间,精度为秒,使用 8 字节的存储空间。
742742

0 commit comments

Comments
 (0)