Subject Re: [firebird-support] How to copy an existing table structure for a new table
Author Helen Borrie
At 10:28 AM 12/10/2004 +0530, you wrote:

>Hi all
>
>I have a table which I want to duplicate as a new named table in the same
>database. Please advise how I can do the same.

There's no language or API structure to do that. Use a tool, e.g. isql,
that can extract metadata and extract the table's metadata into a
script. Edit the definition to the new tablename, then execute the script.

./heLen