Left Outer Join

Left Outer Join

am 04.05.2006 01:25:30 von Jared

Hi,

I have noticed when I do a Left Outer Join in short form that many rows
become missing as result of null values.

i.e Left Outer Join (t1,t2,t3) ON (....)

T3 being table with null values in

It seems to be all to hard when I log a bug.