kueri mysql dengan sql untuk mendapatkan baris berikutnya

SELECT * FROM foo WHERE id = (SELECT MIN(id) FROM foo WHERE id > 4)
Perfect Pigeon