From ba34e6b24ee494bccd2ed173b3369b476ed3f69c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 22 Apr 2017 20:30:52 -0300 Subject: Fix help page on database Unit #68075883 Change-Id: I619115e28a0c3fb563fa4797a29709ac6a2fb5c8 Reviewed-on: https://gerrit.libreoffice.org/36824 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/shared/explorer/database/05030100.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/shared/explorer/database/05030100.xhp b/source/text/shared/explorer/database/05030100.xhp index d58c2fc572..1664f3bf36 100644 --- a/source/text/shared/explorer/database/05030100.xhp +++ b/source/text/shared/explorer/database/05030100.xhp @@ -42,7 +42,7 @@ Definition Copies only the table definition and not the corresponding data. As table view -If the database supports Views, you can select this option only when a query is copied in a table container. This option enables you to see and edit a query as a normal table view. The table will be filtered in the view with a "Select" SQL statement. +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. -- cgit