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