Mpu Gondrong wrote:

Hello mysql,

I am currently building news portal with php and mysql, and quite
surprised knowing mysql doesn't support descending index. Why ? I
think this feature is really needed. For example I want to show the
latest news (from last updates, not always everyday). With ascending
index, mysql doesn't use it.

My current trick is crawling back (ie 1 month) and forward (if any in
that month), but this is really annoying. Any plan / trick for this ?
TIA.

Tertanda,
Oguds [36856104]

???
What's wrong with using:
order by MyIndex DESC


--
Daniel Kasak
IT Developer
* NUS Consulting Group*
Level 18, 168 Walker Street
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: www.nusconsulting.com


---------------------------------------------------------------------
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