Hi,I want to push-down an outer join to the database. When you create an outer join in DS you use the WHERE tab to specify the join condition i.e. TABLE_A.COL1 = TABLE_B.COL1. However, I notice that if you add additional conditions, they all get ap...