Code:
SELET a.id,a.feld1,a.feld2,b.feld3,b.feld4 FROM tabelle_1 a LEFT JOIN tabelle_2 b ON a.id=b.id ORDER BY a.id ASC
so ungefähr??