Dapatkan kolom tabel berikutnya di MySQL

select * from foo where id = (select min(id) from foo where id > 4)
Enthusiastic Echidna