Hi,

Not yet found anything to cover this on the online-docs so I'm aiming at
you :)

I need to sort the result afterwards e.g.:

SELECT name, date, importance FROM 'mytable' WHERE date>'myTime' ORDER
BY date DESC, name LIMIT 0,20;

...then I need to sort *only* the result by the 'importance', can I do
that via MySQL and if so, how?

Thanks,
SED


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