DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: How to select null columns from oracle db?

  1. #1
    Join Date
    Jan 2001
    Posts
    59

    hi guys,

    I would like to execute a query like the one below:

    select a, b, c from test where (a = null);

    But it doesn't work.......

    Does anyone has any idea? Thanks....

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    WHERE A IS NULL

    - Chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width