Sure, then you do as I said before. You want a different table per accounting group:
sql(<datastore name>,'rename table table_1 to table_acccount_[$Group]');
with $Group a global variable that you change for every iteration in the loop.
Sure, then you do as I said before. You want a different table per accounting group:
sql(<datastore name>,'rename table table_1 to table_acccount_[$Group]');
with $Group a global variable that you change for every iteration in the loop.