Subject Re: [firebird-php] Re: copying a table
Author Lutz Brückner
Milan Babuskov wrote:

> I have just tried, and it appears that there isn't any option in
> ibWebAdmin that will display the table DDL SQL. So if you want to do it
> from ibWebAdmin, you have to enter everything again... Not very good.

I usually cut and paste the DDL statements from the Metadata panel to
the sql textarea, adjust the table name and press the 'Perform Query'
button.

For copying the data:

INSERT INTO TABLE_B SELECT * FROM TABLE_A

Lutz
--
web based Firebird and InterBase administration: http://ibwebadmin.sf.net