MySQL Forums
Forum List  »  Newbie

Re: How to select just one row / given column?
Posted by: balazslaci83
Date: May 14, 2005 08:20AM

Umesh Shastry wrote:
> Try this..
>
> SELECT *
> FROM uktable
> WHERE description = 'altavista'
> GROUP BY domain
>

This works, BUT the results are sorted depending on the domain name alfabetic order.

If i example do a full-text search on the 'uktable' with group by domain, i get the result not depending on their relevance...

Options: ReplyQuote


Subject
Written By
Posted
Re: How to select just one row / given column?
May 14, 2005 08:20AM


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.