SELECT when main table contains NULL and you are attempting a JOIN

  • Hi,

    My Main Table looks like this:

    Main

    My Lookup Tables look like this:

    Lookups

    I want to do a SELECT such that the resulting Table looks like this:

    Results

    So basically I want to maintain the NULLs after the SELECT.

    • This topic was modified 2 years, 1 month ago by  tim8w. Reason: typo
  • Use LEFT OUTER JOIN to the lookup tables.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply