I have to implement a SQL statment with more than one subquery in Informatica PowerCenter.
In one of this I am stuck because I would use as suggested in another answer,2 Source Qualifier and then a Joiner Component, but I need to have the between condition as follow:
TableB.columnID BETWEEN TableA.columnID AND TableB.column_ID
Unfortunately I did not yet found a way to implement this condition that I so have in a where statement as you can see from the complete SQL.
More as far I know as far I know in PowerCenter the SQL transformation component cannot get imput from 2 Source Qualifiers.
The solution so far that I have found is to put the between condition in a SQL Override in Source Qualifier like in the image:
The all SQL statment and my solution so far as a SQL Override: