Changeset: 952b57c1bd51 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=952b57c1bd51
Modified Files:
        clients/mapiclient/mhelp.c
Branch: default
Log Message:

Update help text.


diffs (12 lines):

diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -401,7 +401,7 @@ SQLhelp sqlhelp[] = {
         "[ GROUP BY grouping_element ',', ...] ]\n"
         "[ HAVING condition [',' ...] ]\n"
         "[ { UNION | INTERSECT | EXCEPT } [ ALL | DISTINCT ] [ CORRESPONDING ] 
select ]\n"
-        "[ ORDER BY expression [ ASC | DESC ] [',' ...] ]\n"
+        "[ ORDER BY expression [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [',' 
...] ]\n"
         "[ LIMIT { count | param } ]\n"
         "[ OFFSET { count | param } ]\n"
         "[ SAMPLE size ]",
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to