MySQL query advice

Posted by vasion on Stack Overflow See other posts from Stack Overflow or by vasion
Published on 2010-04-27T20:26:03Z Indexed on 2010/05/03 12:28 UTC
Read the original article Hit count: 337

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql