From 7e0e6b1dc5075bbac8835fe1c79be8da0c11dd58 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 25 Jul 2019 14:46:45 +0800 Subject: [PATCH] Update MySQL_EXPLAIN.md --- notes/MySQL_EXPLAIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/MySQL_EXPLAIN.md b/notes/MySQL_EXPLAIN.md index c2452f5..8050832 100644 --- a/notes/MySQL_EXPLAIN.md +++ b/notes/MySQL_EXPLAIN.md @@ -246,4 +246,4 @@ mysql> EXPLAIN SELECT first_name,count(first_name) FROM employees GROUP BY first ## 参考资料 -更多参数的说明可以参考 MySQL官方文档:https://dev.mysql.com/doc/refman/8.0/en/explain-output.html +更多参数的说明可以参考 MySQL 官方文档:https://dev.mysql.com/doc/refman/8.0/en/explain-output.html