Hi Team,
Good day!
We have this requirement to download rows from the SQL table by batch.
Sample table is:
Name Batch Sequence
A1 1
A2 1
A3 1
B1 2
B2 2
C1 3
C2 3
PI should pick all rows with batch sequence "1" first and create message in PI. (After picking mark Batch Sequence with "X")
then pick the next sequence "2" then create message in PI and so on.
Each batch sequence will have separate PI message.
Is there a way to do this or control this in the JDBC channel? If yes, what would be the select statement?
Thanks,
Carlo