diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-17 20:35:03 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-09-17 22:23:57 +0200 |
commit | 1a2860a365e81a2bf707f374ac6c36699a03981d (patch) | |
tree | e5e40c00eb69ad62e513f48b160392a1c6ce52dc /source | |
parent | f7606a55bb58a5c30dce04427340719856e66ac9 (diff) |
Fix typo
Change-Id: I2219e81ed03a92ea5ff4cff3e494a7c483d16cec
Reviewed-on: https://gerrit.libreoffice.org/60634
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/explorer/database/02010101.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/explorer/database/02010101.xhp b/source/text/shared/explorer/database/02010101.xhp index 934764bf73..f55468450a 100644 --- a/source/text/shared/explorer/database/02010101.xhp +++ b/source/text/shared/explorer/database/02010101.xhp @@ -58,6 +58,6 @@ <paragraph xml-lang="en-US" id="hd_id3158215" role="heading" level="3">Full Join</paragraph> <paragraph xml-lang="en-US" id="par_id3163665" role="paragraph"><ahelp hid="dbaccess/ui/joindialog/type">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command.</paragraph> <paragraph xml-lang="en-US" id="hd_id0305200912031976" role="heading" level="3">Natural</paragraph> - <paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph"><ahelp hid=".">In a nautral join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph"><ahelp hid=".">In a natural join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp></paragraph> </body> </helpdocument> |