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

  • Home
  • SEARCH
  • 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 4239500
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:02:36+00:00 2026-05-21T03:02:36+00:00

I have a SQL statement that is something like this SELECT t1.* CASE WHEN

  • 0

I have a SQL statement that is something like this

SELECT t1.*
    CASE 
        WHEN t1.COL1 = 0 THEN 0
        WHEN 
            (t1.COL2 = 'val' OR t1.COL3 = 'val' etc) AND ((SELECT COUNT(*) FROM t1 WHERE etc...) > 0)
        THEN Run same sub query
        WHEN 
            something else
        THEN defaultvalue
    END as brokencase

Now, the second WHEN statement above, when run alone, is returning zero. However when it is run here, I am getting a bunch of null values back because that statement is somehow returning true.

So why is the count statement returning zero, but the WHEN statement thinks its true? I have left out a lot of details here for privacy reasons, but this is the general problem.

  • 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-21T03:02:36+00:00Added an answer on May 21, 2026 at 3:02 am

    Usually when I see this, the programmer is missing an ELSE or DEFAULT case in their statements. To find out what scenario you’re not capturing, set up a select like this:

    SELECT DISTINCT columnTested1, columnTested2, columnTestedX, case statement
    FROM blah

    Show all the columns being tested, then your case, what you’ll see in the result is the combination of columns that are causing your NULL. You need to capture those in your case statement or you’ll continue to miss those options

    When you test different columns in the different options, you might need multiple else statements to catch them all. Once you’ve identified the combination of columns causing you a problem, it becomes dead simple to fix the case statement.

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

Sidebar

Related Questions

I have a query that looks something like this: select xmlelement(rootNode, (case when XH.ID
I have an SQL statement that looks something like: SELECT * FROM table1 AS
I'm curious if a single SQL statement can do something like this? I have
I've got a SQL statement in SQL Server 2005 that looks something like this:
I have an SQL statement that I'm executing through OleDb, the statement is something
I have a sql statement that uses Difference => http://msdn.microsoft.com/en-us/library/ms188753.aspx I do this in
I currently have this sql statement that I wrote and it works but it's
I have to following SQL Statement that I want to conver to LINQ Select
So lets say I have a table that looks something like this: ItemName ProductType
I have my class that is something like this: public class DBConection extends SimpleJdbcDaoSupport

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.