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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:21:47+00:00 2026-06-13T01:21:47+00:00

I have a question on the sql IN query. For example you have table

  • 0

I have a question on the sql IN query. For example you have table with columns id, amount name.

With a query:

  SELECT SUM(amount) FROM table WHERE id IN (101,101);

What I want with this is to add amount of a certain id. Whatever the id is inside the IN statement. If like this, two 101, amount of 101 + amount of 101.

The problem is it consider it is one instance. How do I do this? its suppose to be:

  SELECT SUM(amount) FROM table WHERE id IN (SELECT id FROM table.........);

Which the sub select return “101, 101”.

How

  • 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-13T01:21:49+00:00Added an answer on June 13, 2026 at 1:21 am
    SELECT SUM(tbl.amount)
    FROM tbl
    JOIN (select 101 id UNION ALL
          select 101) InList on InList.id = tbl.id
    

    Expand this way.

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

Sidebar

Related Questions

This question is for SQL Server 2005. I have a table with 2 columns.
I have a sql server query question. I have a table like below. Giving
i have a general question about how sql server evaluates the joins.The query is
I have a small sql question for you. I have two queries: SELECT tbl_CostPrevisions.Month,
I have this question in which I have a SQL Server Compact Edition database
In Microsoft SQL Server: I have seen this question several times, but can't see
So I have this table of book orders, it contains 2 columns, one is
This is a SQL design question. First, the setup. I have three tables: A,
I have a table in SQL Server in which one of the columns is
I have table in Ms SQL Server 2005 (2008) in following structure ID Name

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.