successivo
select id from tabella where id > x order by id asc limit 1

precedente
select id from tabella where id < x order by id desc limit 1