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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:23:37+00:00 2026-05-31T22:23:37+00:00

Rather than have a NULL in a column, I want a 0 to be

  • 0

Rather than have a NULL in a column, I want a 0 to be present.

Given the following two tables:

TABLE1
ClientID        OrderCount
1               NULL
2               NULL
3               NULL
4               NULL


Table2
ClientID        OrderCount
1               2
3               4
4               6

NOTE: The OrderCount column in both tables is INT datatype.

UPDATE TABLE1
SET OrderCount = ISNULL(TABLE2.OrderCount,0)
FROM TABLE1
INNER JOIN TABLE2 ON TABLE2.ClientID = TABLE1.CLIENTID

When I look at table1, I see this:

ClientID        OrderCount
1               2
2               NULL
3               4
4               6

So, I thought to myself – “Obviously, I should be using NULLIF and not ISNULL“, so I reversed them. Same result.

What am I doing wrong here? How do I get a 0 rather than a NULL in the column?

  • 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-31T22:23:38+00:00Added an answer on May 31, 2026 at 10:23 pm

    You need a LEFT JOIN rather than an INNER JOIN. The records that don’t have a matching ClientID are not even being touched by your query.

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

Sidebar

Related Questions

I have a scenario like this: There are two tables table1 and table2 .
Rather than have everything in one big dialog, I'm looking at being able to
I'm building an ASP.Net MVC website. Rather than have everything in one project, I've
I have been sold on mod_wsgi and apache rather than mod_python. I have all
I have class Foo(): function bar(): pass function foobar(): pass Rather than executing each
I have a couple of methods I'd like to share between models rather than
I have data that is organized in kind of a key-key format, rather than
I have a PHP class that stores a complex multidimensional array, and rather than
In Australia we have to advertise products with tax already added, so rather than
I have a schema called application. Is there a way that, rather than using

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.