MySQL Forums
Forum List  »  Newbie

Re: How to SELECT DISTINCT from certain rows?
Posted by: DJ L
Date: April 26, 2015 01:36PM

why not simply:
SELECT DISTINCT ColumnName FROM table_name LIMIT 10

Options: ReplyQuote


Subject
Written By
Posted
Re: How to SELECT DISTINCT from certain rows?
April 26, 2015 01:36PM


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.