suivant :
select * from foo where id = (select min(id) from foo where id > 4)
précédent :
select * from foo where id = (select max(id) from foo where id < 4)
suivant :
select * from foo where id = (select min(id) from foo where id > 4)
précédent :
select * from foo where id = (select max(id) from foo where id < 4)