Daniel_T: MySQL - Abfrage Problem

Beitrag lesen

yo,

Ich hoff ihr wisst was ich mein!

SELECT t.id, t.titel, MAX(e.erstelldatum) AS Last
FROM thread as t, entry as e
WHERE t.id = e.thread_id
GROUP BY t.id, t.titel
ORDER BY 3,2

Danke, war genau das, was ich gebraucht hab!

ILja

Daniel