B
BOngO_LO
Ich habe folgendes Problem:
tab2 hat 3 Attributte: id , erstellt_am, typ_id
SELECT t2.id, min (erstellt_am), typ_id
FROM tab1 t1, tab2 t2
where t1.id = t2.id
Group by t2.id
Wie kann ich typ_id mit raus geben (für den Satz mit der minimal erstellt_am), ohne dass ich danach gruppieren muss.
Helft mir bitte, ich verzweifle dran!
Grüße
Bongo
tab2 hat 3 Attributte: id , erstellt_am, typ_id
SELECT t2.id, min (erstellt_am), typ_id
FROM tab1 t1, tab2 t2
where t1.id = t2.id
Group by t2.id
Wie kann ich typ_id mit raus geben (für den Satz mit der minimal erstellt_am), ohne dass ich danach gruppieren muss.
Helft mir bitte, ich verzweifle dran!
Grüße
Bongo