From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- helpcontent2/source/text/sdatabase/05030100.xhp | 55 +++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 helpcontent2/source/text/sdatabase/05030100.xhp (limited to 'helpcontent2/source/text/sdatabase/05030100.xhp') diff --git a/helpcontent2/source/text/sdatabase/05030100.xhp b/helpcontent2/source/text/sdatabase/05030100.xhp new file mode 100644 index 000000000..7151193e6 --- /dev/null +++ b/helpcontent2/source/text/sdatabase/05030100.xhp @@ -0,0 +1,55 @@ + + + + + +Copy Table +/text/sdatabase/05030100.xhp + + + +
+ +

Copy Table

+You can copy a table by dragging and dropping the table onto the table area of a database file window. The Copy table dialog appears. +
+

Table name

+Specifies a name for the copy. Some databases only accept names containing eight or fewer characters. +

Options

+

Definition and data

+Creates a 1:1 copy of the database table. The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data. +

Definition

+Copies only the table definition and not the corresponding data. +

As table view

+If the database supports Views and you selected this option, a query will be created in the table container as a table. This option allows you to view the query results as a normal table view. The table will be filtered in the view with a "Select" SQL statement. +

Append datasee #i63815

+Appends the data of the table to be copied to an existing table. +The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table. +Match the data field names in the Copy Table dialog on the Apply Columns page. +If the data cannot be attached, you will see a list of fields in the Column Info dialog whose data cannot be copied. If you confirm this dialog with OK, only the data that does not appear in the list will be attached. +If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table. +primary keys; defining + +

Create primary key

+Automatically generates a primary key data field and fills it with values. You should always use this field, since a primary key must always be available in order to edit the table. +

Name

+Specifies a name for the primary key generated. This name is optional. +Next page + +
-- cgit v1.2.3