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 8927839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:18:13+00:00 2026-06-15T08:18:13+00:00

Please bear with me, as I have very little SQL knowledge. Basically, I would

  • 0

Please bear with me, as I have very little SQL knowledge.

Basically, I would like to be able to generate a list of totals from a table that holds data for various locations. Within the table, each row references the location’s ID and has a value:

ID      LocationID          Value
___    ____________        _______
 1          11               500
 2          11               400
 3          12               500
 4          12               600
 5          12               300
 6          13               400
 7          13               500

I would like to produce a list with each locationID and the total of all values within the “data” table.

Desired output:

LocationID         Total
__________         _____
    11              900
    12              1400
    13              900

I am sorry if I have explained it poorly… Like I said, I have very limited knowledge of SQL so I simply do not know where to start. If somebody could simply point me in the correct direction I would be very grateful.

  • 1 1 Answer
  • 0 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-06-15T08:18:14+00:00Added an answer on June 15, 2026 at 8:18 am

    Try below:

     SELECT LocationID, sum(value) AS Total
     FROM data
     GROUP BY LocationID;
    

    I am assuming data is your table name and LocationID and value are column names.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm very new to WPF, so please bear with me. Basically I have defined
I'm coming from C# and very new at this so please bear with me.
I am VERY new to mySQL, please bear with me. I have an array
I'm very, very new to PHP, so please bear with me. I'd like to
I am very new to python so please bear with me. I have a
Very new to C so please bear with me. I have a function that
I'm new to iPad development so please bear with me. I have an iPad
I know similiar questions have been asked before, but please bear with me as
First time Stack Overflow poster. Please bear with me! :) I have a set
I'm a Java-beginner, so please bear with this one. I have a class: class

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.