Full Outer Join

The Full Outer Join logical operator returns each row satisfying the join predicate from the first (top) input joined with each row from the second (bottom) input. It also returns rows from:

The input that does not contain the matching values is returned as a null value.

See Also

Using Outer Joins

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.