Obtenga la siguiente columna de una tabla en mysql

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