left join on 多個表的時候的表示方法

  select     *     from table1    left     join    table2    on    條件1    left     join    table3    on    條件2    left     join    table4    on    條件3   where    條件4  
相關文章
相關標籤/搜索