select a.*,b.* from table1 a left join table2 b on b.X=a.X where XXX. 如上SQL:一旦使用了left join,沒有where條件時,左表table1會顯示全部 ...
確定! 回上一頁