MySQL Forums
Forum List  »  InnoDB

Re: What SQL returns distinct column values and their associated frequency?
Posted by: Vaibhav Dhawan
Date: September 11, 2008 02:06AM

Do you mean something like :
select col,count(*) from tbl group by col

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What SQL returns distinct column values and their associated frequency?
2286
September 11, 2008 02:06AM


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.