I have a table with videos and every table have a username.
Example:
username | title |
John | My car is the best
John | My car
John | My car
Maria | I like google
Maria | I like google
Jerry | I like cheese
How to select username with most data and ordering desc?
Example:
John -> 3
Maria -> 2
Jerry -> 1