Subject Re: [firebird-support] Select data into a table
Author Ann W. Harrison
Martin Catherall wrote:
>
> I am using firebird 1.03.
> I would like to select data from a table / stored procedure into another
> table that does not exist.

That's not possible. You'll have to define the table first, then use
the insert ... select syntax. The other database has make a proprietary
extension to the SQL language which is not generally supported.

Regards,


Ann