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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:36:57+00:00 2026-06-04T19:36:57+00:00

I know I’m close and it is KILLING me. Need a fresh set of

  • 0

I know I’m close and it is KILLING me. Need a fresh set of eyes here…

SELECT 
first_name, 
COUNT(*) FROM 
(SELECT first_name, job_status FROM typesetting 
LEFT JOIN employees ON typesetting.employees_id = employees.id 
LEFT JOIN job_status ON typesetting.job_status_id = job_status.id 
WHERE job_status NOT LIKE 'Archived' 
ORDER BY first_name ASC) 
AS CNT 
GROUP BY first_name

This gets me:

  • Arnold (5)
  • Claudia (19)
  • Janet (29)
  • Rich (21)
  • Tom (4)
  • Unassigned (24)

However, there are some results with zero values in there that I desperately want in the results, like this:

  • Arnold (5)
  • Cheryl (0)
  • Claudia (19)
  • Cyndi (0)
  • Janet (29)
  • Phil (0)
  • Rich (21)
  • Tom (4)
  • Unassigned (24)

What am I doing wrong? So close! Thanks!

-Matt

  • 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-04T19:36:58+00:00Added an answer on June 4, 2026 at 7:36 pm

    In the INNER query you filter away all people, that can potentially give you 0 results.

    Try this one:

    SELECT first_name,
           sum(CASE WHEN job_status = 'Archived' THEN 1 ELSE 0 END) AS cnt
      FROM typesetting 
      LEFT JOIN employees ON typesetting.employees_id = employees.id 
      LEFT JOIN job_status ON typesetting.job_status_id = job_status.id 
    GROUP BY first_name
    ORDER BY first_name ASC;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know regex and substrings is a common question on here but i can
I know the title is confusing so I'll try to explain better. Here's basically
I know how to set the TimePicker widget to 24 hour, how do you
I know threre a lot of libraries dotnetopenauth,oauthbase, etc. But i need sample of
I know Google Maps (or VLC used to) lets you share files from iTunes
Does anyone know how can I replace this 2 symbol below from the string
I know how to set the maximum and minimum date in a UIDatePicker to
Know this might be rather basic, but I been trying to figure out how
Know if it's possible to access the iPhone compass in Safari using JavaScript? I
Anyone know how to get the id of multiple placemarks each one created with

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.