select a.*,b.字段1,b.字段2,b.字段3,b.字段4,c.字段1 表1 a  LEFT JOIN 表2 b on a.某字段 = b.某字段 LEFT JOIN 表3 c on a.某字段 = c.某字段 ORDER BY a.某字段 desc