Subject Re: [firebird-support] Temporary Table In Memory
Author Dimitry Sibiryakov
03.05.2016 14:07, LtColRDSChauhan rdsc1964@... [firebird-support] wrote:
> 1. I need to run several queries having different fields and conditions on exactly same
> join of tables.
>
> 2. How can i first create such a join of tables in memory and run the queries without
> re-creating the join of tables again and again for each query.

RTFM doc/sql.extensions/README.global_temporary_tables.txt

--
WBR, SD.