PowerCenter
- PowerCenter 10.4.0
- All Products
{source1RIGHT OUTER JOINsource2onjoin_condition}
Syntax
| Description
|
---|---|
source1
| Source table name. The Integration Service returns rows from this table that match the join condition. |
source2
| Source table name. With a right outer join, the Integration Service returns all rows in this table. |
join_condition
| Condition for the join. Use syntax supported by the source database. You can combine multiple join conditions with the AND operator. |
{REG_CUSTOMER LEFT OUTER JOIN PURCHASES on REG_CUSTOMER.CUST_ID = PURCHASES.CUST_ID RIGHT OUTER JOIN PURCHASES on REG_CUSTOMER.CUST_ID = PURCHASES.CUST_ID }
|
|
|
|
|
|
---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|