CREATE FROM Command

Creates a table from a table created by the COPY STRUCTURE EXTENDED command.

CREATE [FileName1 [DATABASE DatabaseName [NAME LongTableName]]]
   FROM [FileName2]

Parameters

FileNam e1

Specifies the name of the new table to create.

DATABASE DatabaseName

Specifies a database to which the new table is added.

NAME LongTableName

Specifies a long name for the new table. Long names can contain up to 128 characters and can be used in place of short file names in the database.

FROM [ FileName2]

Specifies the table, created either manually or with COPY STRUCTURE EXTENDED, from which the new table is created.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic