Jemand eine Idee, wie ich das machen kann?
Keine schöne Lösung, aber sollte funktionieren. (ungetestet)
SELECT id, datum
FROM table
WHERE datum > (SELECT datum FROM table WHERE id = $yourId)
ORDER BY datum DESC
LIMIT 1
--
for your security, this text has been encrypted by ROT13 twice.
for your security, this text has been encrypted by ROT13 twice.