In a DBInputTable I would like to refer to the data being passed via the IN port.
Scenario:
In DBInputTable0 I am querying to obtain a varchar(10) string, then outputting it to DBInputTable1 (to DBInputTable1 input port).
In DBInputTable1 I would like to use that string in the SQL statement. How?
Many thanks for your help!