Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 941773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:10:05+00:00 2026-05-15T22:10:05+00:00

Hey, I have a tables called downloads, and in that table it stores the

  • 0

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!

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T22:10:06+00:00Added an answer on May 15, 2026 at 10:10 pm

    Would you believe it’s as simple as

    select sum(downloads) as total_downloads
      from downloads
    

    EDIT

    $query = 'select sum(downloads) as total_downloads from downloads';
    $result = mysql_query($query);
    if (!$result) {
        die('Invalid query: ' . mysql_error());
    }
    $row = mysql_fetch_assoc($result);
    $total_downloads = $row['total_downloads'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey, I have a table called products that has a relationship with itself. This
So, I have a database (With a table called users) that let's users connect
Hey. i am writing a forum, and i have this table that marks messages
Hey there, i have a table with a field called file full of binary
Hey I have 3 tables called STUDENT, COURSE and ENROLLMENT. STUDENT has a PK
Hey there I have 2 tables with each multiple columns and i want to
Hey so at the moment in my table I have a column called hash
Hey so I have a Junction table linking two unrelated tables. Both the tables
Hey guys I have a table that has a main row, a row with
Hey, I have 2 tables in PostgreSql: 1 - documents: id, title 2 -

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.