Subject Re: [firebird-support] create table as select
Author Dmitry Yemanov
"Nando Dessena" <nando@...> wrote:
>
> Perhaps the same could
> be said about the "create table as select" feature? After all the
> feature is there: you can create tables and certainly you can select
> already. :-)

This feature can be done and most probably it will be done. But it will
inherit all current limitations of the DDL handling. In particular, select
and insert will be executed on commit (when the table is actually being
created).


Dmitry