Subject | create temporary table |
---|---|
Author | danyschaer |
Post date | 2008-07-11T12:48:40Z |
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
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