mysql的7種join理論

1、複習: 一、建立索引的格式: 表名》user   列名》id,name,sex,email 單列索引:create index idx_user_name on user(name); 組合索引:create index idx_user_nameEmail on user(name,email); 二、select查詢順序  from>on>join/where>group by>havin
相關文章
相關標籤/搜索