> Now, I know how to structure my MySQL Select statment such that the rows 
> it pulls from the table will be either sorted by Price OR by Series, but 
> not both, in the way I'd like. Does anyone know if it's possibly to do 
> this in the Select statement itself? (I'd rather do it that way, than 
> resort in PHP.)

  Id I understood you wrong, then ignore this post, but any other way just 
use ORDER BY series,price - this works good:)

Cheers
Siim Einfeldt


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