Hi all,
I am facing a problem while migrating a Sybase SQL query to DB2 UDB.
The query involves left outer joins.
The Sybase query syntax is as follows :
select * from A, B, C
where A.id1 *= C.id1 and B.id2 *= C.id2
Can anyone please give me the equivalent query in DB2?
Thanks,
Sandip.