AW: AW: A fine point about OUTER JOIN semantics - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: AW: A fine point about OUTER JOIN semantics
Date
Msg-id 11C1E6749A55D411A9670001FA687963368068@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> Oh, my mistake, I forgot that the WHERE clause would filter out NULLs.
> Try
> SELECT * FROM t1 LEFT JOIN t2 ON (x = y) WHERE y <> 2 OR y IS NULL;
         x           y
         1           1         3           NULL         4           4

Andreas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fragged State in 7.0.2
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Yet another LIKE-indexing scheme