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.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Note
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08