Get 10 Most Entered Entries
Posted
by Belgin Fish
on Stack Overflow
See other posts from Stack Overflow
or by Belgin Fish
Published on 2010-04-17T00:09:19Z
Indexed on
2010/04/17
1:33 UTC
Read the original article
Hit count: 357
Hi, I'm just wondering if it's possible to retrieve the the most entered entries from the mysql database
It's like this :
ID - Value
Id is auto increment, and value is the text that is being entered, i'd like to have it display the top 10 most entered terms, how could i do that?
© Stack Overflow or respective owner