Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
You can make a copy of a table's structure, its stored procedures, trigger expressions, and default field values by using the language. There is no menu option to perform the same function. This procedure does not copy the contents of the table.
To duplicate a table
- Open the original table.
- Use the COPY STRUCTURE command to make a copy of the original table.
- Open the empty table created with the COPY STRUCTURE command.
- Use the APPEND FROM command to copy the data from the original table.
See Also
Table Creation | Deleting a Free Table | Copying and Editing Table Structure | Working with Tables | Deleting a Database Table | Saving a Table as HTML | Viewing Data in Tables | Customizing a Browse Window | Customizing Tables