diff options
author | Eike Rathke <erack@redhat.com> | 2018-12-20 01:11:29 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-20 01:13:24 +0100 |
commit | 41e0b82d2ccb7264c434d0e9bb2d0094b8a514bd (patch) | |
tree | 1e9b35e307dd7a56d00b4df3bf6e9cea20032e5d | |
parent | e291fe7c170e994bd3cd340d86021cab9382d0a1 (diff) |
Dissolve contraction, don't -> do not
This was already fixed for 6-2 with commit
d08d1c486558d6c113863d579f89e1faf8d89572
Change-Id: I00e67478ae41cd5724d2df8abe105faef4343c21
-rw-r--r-- | source/text/shared/explorer/database/02010100.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/explorer/database/02010100.xhp b/source/text/shared/explorer/database/02010100.xhp index fd1ffc2d6b..74aff76d07 100644 --- a/source/text/shared/explorer/database/02010100.xhp +++ b/source/text/shared/explorer/database/02010100.xhp @@ -294,7 +294,7 @@ <paragraph id="par_id3154591" role="paragraph" xml-lang="en-US">SELECT SUM("Price") FROM "Article".</paragraph> <paragraph id="par_id3159205" role="paragraph" xml-lang="en-US">Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine.</paragraph> <paragraph id="par_id3148651" role="paragraph" xml-lang="en-US">To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>.</paragraph> -<paragraph id="par_id3155098" role="paragraph" xml-lang="en-US">You can also assign aliases to function calls. If you don't want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>.</paragraph> +<paragraph id="par_id3155098" role="paragraph" xml-lang="en-US">You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>.</paragraph> <paragraph id="par_id3155539" role="paragraph" xml-lang="en-US">The corresponding function in an SQL statement is:</paragraph> <paragraph id="par_id3149425" role="paragraph" xml-lang="en-US">SELECT FUNCTION() AS alias FROM table</paragraph> <paragraph id="par_id3144431" role="paragraph" xml-lang="en-US">Example:</paragraph> |