sql---join用法

join left join,right join,inner join: 例子:select * from table1 as t1 left join table2 as t2 where t1.no = t2.no; left join 關鍵字會從左表 (t1) 那裏返回所有的行,即使在右表 (t2) 中沒有匹配的行。 !!!!這裏最終返回表裏邊誰在左誰在右一定要分清。 總結: left j
相關文章
相關標籤/搜索