MySQL Forums
Forum List  »  Newbie

Re: Ignore duplicates but order by an value
Posted by: cr
Date: September 08, 2004 02:21PM

Thank you.
This is it :)

btw.: for sorting you have to add something like this "SELECT MAX(value) as VAL ... ORDER BY VAL". I hope it's correct. Nevertheless it works.

Options: ReplyQuote


Subject
Written By
Posted
cr
September 08, 2004 10:51AM
Re: Ignore duplicates but order by an value
cr
September 08, 2004 02:21PM


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.