MySQL query advice
- by vasion
I am lost in MySQL documentation. I have a table with votes - it has these columns
id
song_id
user_id
created
I cannot find the query which will process the information and output the 10 most voted songs in a given time period. What is it?