內鏈接,交叉鏈接

內鏈接:內聯接是用比較運算符比較要聯接列的值的聯接 內鏈接:join 或 inner join sql 語句:select* from table1 join table2 on table1.id=table2.idsql 等價(與下列執行效果相同) A:select a.*,b.* from table1 a,table2 b where a.id=b.id B:select * from t
相關文章
相關標籤/搜索