How do I execute this query in MYSQL?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-03-15T07:28:53Z
Indexed on
2010/03/15
7:39 UTC
Read the original article
Hit count: 223
Suppose I have a column with words:
orange
grape
orange
orange
apple
orange
grape
banana
How do I execute a query to get the top 10 words, as well as their count?
© Stack Overflow or respective owner