Subject Re: [firebird-support] select .. into new_table from exist_table
Author Ann W. Harrison
> Ykwings wrote:
>> Can I use SQL-92 SELECT * INTO NEW_TABLE FROM EXIST_TABLE ???
>
Nick Upson wrote:
> Only if new_table has identical structure to exist_table
>
Err, isn't the syntax for that actually:

insert into new_table select * from exist_table?


Regards,


Ann