Hi,
I am running a SQL query which will result in multiple rows as output.
Now, as you can see the column ID has id=2 and id=4 repeated. Instead of uploading this as 7 separate transactions to the queues, the id values which are repeated should be uploaded as one single transaction. So the rows containing ID=2 and 4 should be uploaded as a single queue item(maybe comma separated values for the column containing different data).
Is this even possible to achieve? How can we do this?
Thanks!
@ashwin.ashok @Angel_Llull @lakshman