From 41e0b82d2ccb7264c434d0e9bb2d0094b8a514bd Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 20 Dec 2018 01:11:29 +0100 Subject: Dissolve contraction, don't -> do not This was already fixed for 6-2 with commit d08d1c486558d6c113863d579f89e1faf8d89572 Change-Id: I00e67478ae41cd5724d2df8abe105faef4343c21 --- source/text/shared/explorer/database/02010100.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/explorer') 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 @@ SELECT SUM("Price") FROM "Article". Except for the Group 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. To use other functions not listed in the list box, you must enter them manually under Field. -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 Alias. +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 Alias. The corresponding function in an SQL statement is: SELECT FUNCTION() AS alias FROM table Example: -- cgit