Hello everyone,
Does anyone know how can I change the name of Table1 that the action Execute a SQL query returns?
For example, if I have 2 select statements in the action it will return Table1 and Table2. Instead of Table1 and Table2, I would like to define the names of the tables. Like Table1 --> Clients and Table2-->Orders.
I would like to do that because I use these name in actions below and if I add an extra select statement in the beginning of the Execute a SQL query the new select statement will be Table1, Clients will be Table2 and Orders will be Table3. The script in Execute a SQL query it is more complicated than asking for data from 3 tables.
So to sum up the question is: Does anyone know how can I change the name of Table1 that the action Execute a SQL query returns?
Thank you