Hey, I have a tables called downloads, and in that table it stores the total amount of downloads for each day, so like
downloads date
586 07-16-2010
906 07-17-2010
1019 07-18-2010
287 07-19-2010
15 07-20-2010
639 07-21-2010
337 07-22-2010
How could I retrieve the total number of downloads, so add them all up from every single day :)
Thanks!