Setting to send query output in Editor to multiple output grids

Hi,

I am working on Toad for Oracle Base Version 12.1.0.22.

The problem i am facing is when i run queries in the editor tab , the previous output grid is being overwritten everytime.

I would like to have atlease 5 output grids so that i can stich between the previous outputs as well in the same editor tab.

Please let me know if I need to change any setting for this.

There is no way to do this now. If your result sets are small you can execute all 5 statements as a single script and you will get 5 grids. Executing as a script fetches all results so memory consumption can be high and the resulting grids are read-only.

Michael