SQL高級查詢 -內連接 (inner) join 實戰

select field1 from table1 inner join table2 on table1.field1=table2.field2; 舉個例子: 表一:   表二:   /*查出所有網站的所有訪問記錄*/ select * from websites join access_log on websites.id=access_log.site_id order by acces
相關文章
相關標籤/搜索