Subject Re: [firebird-support] Create a table from Query
Author Dimitry Sibiryakov
04.05.2018 14:04, antoedincharley@... [firebird-support] wrote:
> Is there any way we could create a table in Firebird using the query?

No. Firebird cursors (implicit and explicit) are more powerful than MS SQL's ones and
let developers avoid local temporary tables completely.


--
WBR, SD.