Previous |
Next |
The JOIN operator in OWB now supports several new behaviors related to the use of subqueries in joins:
Specifying subqueries using EXISTS, NOT EXISTS, IN, and NOT IN.
Specifying outer joins using the input role instead of the + (plus) sign.
Generating ANSI SQL syntax for all join types instead of only outer joins.
More flexible handling for JOIN operations improves developer productivity and makes possible more flexible data transformations.
|
See Also:
|