Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
{source1RIGHT OUTER JOINsource2onjoin_condition}
Syntax | Description |
---|---|
source1
| Source resource name. The Data Integration Service returns rows from this resource that match the join condition. |
source2
| Source resource name. With a right outer join, the Data Integration Service returns all rows in this resource. |
join_condition
| Condition for the join. Use syntax supported by the source database. You can combine multiple join conditions with the AND operator. |