Why is the order of tables important when combining an outer & an inner join ? the following fails with postgres:
SELECT grp.number AS number,
Because in the first one grp is not part of the join the ON clause belongs to.