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
ILja
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
ILja