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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:04:02+00:00 2026-06-01T02:04:02+00:00

I have a row full of 1, 2, 3 and null. Why don’t there

  • 0

I have a row full of 1, 2, 3 and null. Why don’t there two return the same result:

select * from foo where foobar not in (1, 2, 3);
select * from foo where foobar is not null;

The first one returns empty set, while second one works as advertised. Now I’m a bit confused 😀 Is there some kind of “NULL in SQL for newbies” document anywhere? 😀

(I’m using Oracle, if that matters)

  • 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-01T02:04:03+00:00Added an answer on June 1, 2026 at 2:04 am

    It’s because your first statement is being evaluated like this:

    select * from foo
    where foobar <> 1 and foobar <> 2 and foobar <> 3
    

    “null <> 1” evaluates to null, not true/false, so nothing is returned.

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

Sidebar

Related Questions

I have a table with 450000 row full of news. The table schema is
I have a working query that will return some results(records) from my database, like:
I have a List with some tables from a database where each row contains
I have 3 row data in UIPickerView that is timeHour, timeMinute, timeSecond. How to
I have a row-major iterator to a 2D array, with derefence operator as follows:
I have a row collection (DataRow[] rows). And I want to import all rows
I have a row of data which contains numbers and splits by '-', sth
Lets say I have one row with three columns - some buttons on left
Can we have alternate Row color to GtkMenu items? and how to increase menu
Why does every row have a red background when I'm using nth-child(odd) ? <div

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.