Tuesday 15 July 2014

count top 10 most occuring values in a column in mysql -


I have mysql table in which the data type is INT (11).

How can I search to get the top 10 worst declines in this column? Select

  (count) by counting (*) count (*) DESC Limit 10  

No comments:

Post a Comment