Re: next & prev value not null

2002-05-10 Thread Joseph Bueno
max a écrit : > > hi all, > I'm in trouble trying to create a sql query to get the prev & next value not > null starting from a specified point ... I mean: > > table_a > > id > > 23 > 24 > 56 > 62 > > starting from id 56, I need the id 24 & the id 62 ... I've trying several > way & mysql

next & prev value not null

2002-05-10 Thread max
hi all, I'm in trouble trying to create a sql query to get the prev & next value not null starting from a specified point ... I mean: table_a id 23 24 56 62 starting from id 56, I need the id 24 & the id 62 ... I've trying several way & mysql funct to do this job but w/o success :( anyone