MySQL Forums
Forum List  »  Newbie

Re: How to limit SELECT results to unique values
Posted by: Peter Brawley
Date: May 23, 2014 10:46PM

> What I'd like is a way to have the results reduced to show only the unique values.

As a query spec, that has to go a little further: it needs rules determining which repeat rows to discard, otherwise the query is mainly a device for hiding information.

Options: ReplyQuote




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.