SET OutputLocalEnvironment.Variables.col1[]=(SELECT T.col1 FROM Database.mytable AS T WHERE T.col2='abc');
will give you something like
OutputLocalEnvironment.Variables.col1.col1 = '1111'
OutputLocalEnvironment.Variables.col1.col1 = '3333'
OutputLocalEnvironment.Variables.col1.col1 = '5555'
I recommend to add a trace node after your compute node
to see how OutputLocalEnvironment is filled.
Therefore you have to change the mode of your compute node to all
and add ${LocalEnvironment} to the trace node.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum