diff options
author | Ming Hua <plateauwolf@qq.com> | 2021-08-30 03:37:50 +0800 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-08-31 17:42:47 +0200 |
commit | 3e595e008e1c3232dd9e3ff49a28f238413e2537 (patch) | |
tree | a448b205240fef18801348586fe9b93f724d8be1 /source | |
parent | ac52503447d65fc400597c2c21ecef623df18b93 (diff) |
Database queries: fix broken links
Change-Id: Ibe089725e393bfd290963e2abaf31da6d3ab0b85
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121163
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sdatabase/02000000.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sdatabase/02000000.xhp b/source/text/sdatabase/02000000.xhp index 265121e3be..03917dfce3 100644 --- a/source/text/sdatabase/02000000.xhp +++ b/source/text/sdatabase/02000000.xhp @@ -59,14 +59,14 @@ <tip id="par_id3153146">You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet.</tip> <h2 id="hd_id3148946"><link href="text/shared/main0212.xhp" name="Sorting and Filtering Data">Sorting and Filtering Data</link></h2> <paragraph role="paragraph" id="par_id3149655" xml-lang="en-US">Allows you to sort and filter the data in a query table.</paragraph> -<h2 id="hd_id3153379"><link href="text/sdatabase/020010100.xhp" name="Query Design">Query Design</link></h2> +<h2 id="hd_id3153379"><link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design</link></h2> <paragraph role="paragraph" id="par_id3151211" xml-lang="en-US">With the <emph>Query Design</emph>, you can create and edit a query or view.</paragraph> <embed href="text/shared/main0214.xhp#sql"/> -<h2 id="hd_id3153968"><link href="text/sdatabase/020010100.xhp" name="Query Through Several Tables">Query Through Several Tables</link></h2> +<h2 id="hd_id3153968"><link href="text/sdatabase/02010100.xhp" name="Query Through Several Tables">Query Through Several Tables</link></h2> <paragraph role="paragraph" id="par_id3151043" xml-lang="en-US">The query result can contain data from several tables if these are linked to each other by suitable data fields.</paragraph> -<h2 id="hd_id3159149"><link href="text/sdatabase/020010100.xhp" name="Formulating Query Criteria">Formulating Query Criteria</link></h2> +<h2 id="hd_id3159149"><link href="text/sdatabase/02010100.xhp" name="Formulating Query Criteria">Formulating Query Criteria</link></h2> <paragraph role="paragraph" id="par_id3154910" xml-lang="en-US">You can find out which operators and commands can be used to formulate the filter conditions for a query.</paragraph> -<h2 id="hd_id3156212"><link href="text/sdatabase/020010100.xhp" name="Executing Functions">Executing Functions</link></h2> +<h2 id="hd_id3156212"><link href="text/sdatabase/02010100.xhp" name="Executing Functions">Executing Functions</link></h2> <paragraph role="paragraph" id="par_id3144762" xml-lang="en-US">You can perform calculations with the data of a table and store the results as a query result.</paragraph> </body> </helpdocument> |