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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:14:08+00:00 2026-05-29T12:14:08+00:00

im geting this error when trying to do 2 counts inside of my query

  • 0

im geting this error when trying to do 2 counts inside of my query

first ill show you the query:

$sql = mysql_query("select c.id, c.number, d.name, 
                    (select count(*) from `parts` where `id_container`=c.id group by `id_car`) as packcount,
                    (select count(*) from `parts` where `id_container`=c.id) as partcount
                    from `containers` as c
                    left join `destinations` as d on (d.id = c.id_destination)
                    order by c.number asc") or die(mysql_error());

now the parts table has 2 fields that i need to use in the count:
id_car
id_container

id_car = the ID of the car the part is for
id_container = the ID of the container the part is in

for packcount all i want is a count of the total cars per container
for partcount all i want it a count of the total parts per container

  • 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-05-29T12:14:11+00:00Added an answer on May 29, 2026 at 12:14 pm

    It’s because of GROUP BY You’re using

    Try something like

    (select count(distinct id_car) from `parts` where `id_container`=c.id)
    

    in You’re subquery (can’t check right now)

    EDIT

    PFY – I think UNIQUE is for indexes

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

Sidebar

Related Questions

I'm getting this error when trying to access my webservice running inside tomcat. Caused
Keep getting this error after inserting a subdatasheet into a query and trying to
I am executing this query: SELECT voterfile_county.Name, voterfile_precienct.PREC_ID, voterfile_precienct.Name, COUNT((SELECT voterfile_voter.ID FROM voterfile_voter JOIN
So I am trying to perform this query on my database: select count(*) from
I am new to php and I am getting this error trying to load
I´m getting this error while trying to commit to a svn repository: svn: MKACTIVITY
I am getting this error when trying to run internet information services on a
I'm getting this error after trying to appendChild to an element that was just
I am getting this error when trying to merge TFS2008. There are no pending
I keep getting this error while trying to modify some tables. Here's my code:

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.