Re: Answering my own question --- sorry for noise on the list

2001-02-13 Thread Irmund Thum
Warren schrieb: > > Hi! I just posted the following silly (in retrospect) question > $next=MYSQL_QUERY("select ref from questions where ref < $ref[0] ORDER BY > ref DESC LIMIT 1"); no reason to apologize - sometimes the best postings :- -- http://it97.dyn.dhs.org/ IrmundThum +49 179 699

Answering my own question --- sorry for noise on the list

2001-02-13 Thread Warren
Hi! I just posted the following silly (in retrospect) question >I'd like very much to be able to walk backwards >through a list of my >records. How might I indicate >that mysql ought to position itself at the >highest record number and then all selects >will go backwards (say with LIMIT 1) ? I