摘要: Explain语法:explain select … from … [where …] 例如:explain select * from news; EXPLAIN输出列 列JSON名称含义 id select_id 该SELECT标识符 select_type None 该SELECT类型 tab 阅读全文
posted @ 2019-01-08 12:48 柔和的天空 阅读(943) 评论(0) 推荐(0)