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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:49:04+00:00 2026-06-03T20:49:04+00:00

How can I select the count from an inner join with grouping? SELECT COUNT(table1.act)

  • 0

How can I select the count from an inner join with grouping?

SELECT COUNT(table1.act) FROM table1
INNER JOIN table2 ON table1.act = table2.act
GROUP BY table1.act

This will return the count of act’s found in table2.

Adding

 SELECT table1.act, COUNT(table1.act) AS test

Returns

act     test
------- ----
17682   3
17679   3
17677   3
11636   1
11505   1

I want to receive the count of act’s found total.

So I want to get 5. Can you help?

  • 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-03T20:49:05+00:00Added an answer on June 3, 2026 at 8:49 pm

    You can wrap that query into another query:

    SELECT COUNT(*) FROM (
        SELECT COUNT(table1.act) AS actCount FROM table1
        INNER JOIN table2 ON table1.act = table2.act
        GROUP BY table1.act
    ) t
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 2 tables, using an inner join to query them. SELECT COUNT(table2.id) FROM
SELECT count(*) FROM Table1 t1 SELECT count(*) FROM Table1 t1 Where t1.ID not in
I have this query: select distinct pdi.height, pdi.width, pj.jobnum , (select count(barcode) from productiondoorinformation
How can I write this SQL query in VB.NET LINQ? SELECT COUNT(*) AS COUNT_NO
How can I select a COUNT based on ANOTHER ROW in the SAME TABLE
In Photoshop you can select Color (the second from the bottom) to set the
In my app,user can select image from gallery and after that he can zoom
I have the following select list from which the user can select multiple values.
How can i use the END_DATE/START_DATE from the first sub select in the second
SQL server 2008 on WINDOWS 2008 Please compare following sqls: 1. select count(*) from

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.