Some
more info.
When
doing the query under SQL Server, the result depends on where the outer join is
specified. If specifed in the where clause using the *= syntax (ie
where t1.col1 *= t2.col1 ), it behaves like SAPDB. However if specified on
the FROM clause using the SQL92 syntax ( ie from table1 t1 left outer join
table2 t2 on t1.col1 = t2.col1) it works like Oracle. Using the SQL92 syntax in
SAPDB made no difference.
Regards
Pat
Harms
|
- Problem with outer join and retrieving null column val... Pat and Helen Harms
- RE: Problem with outer join and retrieving null c... Patrick Harms
- RE: Problem with outer join and retrieving null c... Zabach, Elke
- RE: Problem with outer join and retrieving null c... Patrick Harms
- RE: Problem with outer join and retrieving null c... Zabach, Elke