left join on 多个表的时候的表示方法

  select     *     from table1    left     join    table2    on    条件1    left     join    table3    on    条件2    left     join    table4    on    条件3   where    条件4  
相关文章
相关标签/搜索