Subject create temporary table
Author danyschaer
Hi Forum;

How is the short path in Firebird for doing?:

create temporary table Tbl_B as (select * from Tbl_A)

This command creates (in PgSql) a new tmp table Tbl_B (visible only
from the creator), and fill it with structure and contents of Tbl_A.

Thank you!

Dany