One trick I have used in the past in other databases is to
create your own descending index.  If your field is say fieldA, when
you enter a row into the table take the value of fieldA and subtract
from 0, then put that in fieldB.  Index fieldB and you now can order
rows descending.

 - Steve Yates
 - Can't I have just a little bit of peril?

~ Taglines by Taglinator - www.srtware.com ~

sql,query



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to