MySQL Forums
Forum List  »  InnoDB

Re: Sort (ORDER BY) by a comma-separated list of related fields using MySQL 4.1?
Posted by: Roland Bouman
Date: March 04, 2006 02:34AM

Phil Powell wrote:
> The second query is undoable because it's tailored
> via PHP in a semi-static kind of way, but the
> first one I can do, and have done..

don't really see why, but I'll trust you on that on.

BTW, I keep posting you the wrong ones...sorry.
The ORDER BY should've been:

order by etnicities
, s.student_last_name
, s.student_first_name

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Sort (ORDER BY) by a comma-separated list of related fields using MySQL 4.1?
2052
March 04, 2006 02:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.