Skip to content

Commit

Permalink
Merge pull request Snailclimb#222 from illusorycloud/patch-9
Browse files Browse the repository at this point in the history
Update 一千行MySQL命令.md
  • Loading branch information
Snailclimb authored Mar 20, 2019
2 parents 5d47fb4 + 4529a8f commit 8af956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 数据存储/一千行MySQL命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ SHOW VARIABLES -- 显示系统变量信息
PARTITION BY ... (详细见手册)
-- 查看所有表
SHOW TABLES[ LIKE 'pattern']
SHOW TABLES FROM 表名
SHOW TABLES FROM 库名
-- 查看表机构
SHOW CREATE TABLE 表名 (信息更详细)
DESC 表名 / DESCRIBE 表名 / EXPLAIN 表名 / SHOW COLUMNS FROM 表名 [LIKE 'PATTERN']
Expand Down

0 comments on commit 8af956a

Please sign in to comment.