Ok, here is the question:
I write to order by date "Order by date".
So, it output's something like this:
2001 08 01
2001 08 02
2001 08 03
What if I want to order by date, but not from the older to newest, but from
newest to older ?
The same is with numbers - priority
I use order by priority.
It lists: 1
2
3
4
But how to list like this:
4
3
2
1
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]