Subject How to clone a table
Author akalwawork
Hello *

i would like to clone an existing table. The new table should have the
same structure as an existing table. In MySQL I would execute:
create table TEST like CUSTOMER

How can I clone a table with Firebird (1.0)?

TIA
Achim