Contents Index Transact-SQL outer join limitations How NULL affects Transact-SQL joins

ASA SQL User's Guide
  Joins: Retrieving Data from Several Tables
    Inner and outer joins
      Transact-SQL outer joins (*= or =*)

Using views with Transact-SQL outer joins

If you define a view with an outer join, and then query the view with a qualification on a column from the null-supplying table of the outer join, the results may not be what you expect. The query returns all rows from the null-supplying table. Rows that do not meet the qualification show a NULL value in the appropriate columns of those rows.

The following rules determine what types of updates you can make to columns through views that contain outer joins:


Contents Index Transact-SQL outer join limitations How NULL affects Transact-SQL joins