mysql explain

id: 查询的序号 select_type: 查询类型,比如简单查询 subquery举例:select * from goods where id in (select id from goods) ; derived举例:select * from (select * from goods) as tmp ; union, union result举例:select 3 union selec
相关文章
相关标签/搜索