Hi, I have a table with many columns: A, B, C,...
How can I split my table to smaller tables which have same value of A.
I don't want to loop over the table to export smaller tables base on each A values, because it will increase the cost.
Thank you.