næste:
select * from foo where id = (select min(id) from foo where id > 4)
forrige:
select * from foo where id = (select max(id) from foo where id < 4)
næste:
select * from foo where id = (select min(id) from foo where id > 4)
forrige:
select * from foo where id = (select max(id) from foo where id < 4)