Save memory while Concatenating vertically in loop
Greetings!I am trying to Concatenate query results, from several tables in a directory, into one single table. I am using loop to read/query the tables and concatenate the results. The result table is fine but each intermediate concatenated tables keeps opening consuming the memory. Thank you for any suggestions to to avoid opening each intermediate result tables but just updating the data frame ...