Skip to content

Commit 5b94144

Browse files
author
Brett Hazen
authored
Merge pull request #1255 from basho/at-help-1.5
Changes for Riak Shell help in 1.5
2 parents 0946ffe + d1e3ab6 commit 5b94144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/riak_shell/riak_shell_regression1.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ DESCRIBE - examining table structures
193193
EXPLAIN - understanding SELECT query execution paths
194194
INSERT - inserting data with INSERT INTO statements
195195
SELECT - querying data
196-
SHOW - listing tables
196+
SHOW - listing tables or showing table creation SQL
197197
198198
SELECT can be used with ORDER BY, GROUP BY and LIMIT clauses. It supports arithmetic on column values and has a variety of aggregation functions: COUNT, SUM, MEAN, AVG, MAX, MIN, STDDEV, STDDEV_SAMP and STDDEV_POP
199199
@@ -222,7 +222,7 @@ The functions supported are:
222222
* STDEV and STDDEV_SAMP
223223
* STDDEVPOP
224224
225-
You can also decorate SELECT statements with ORDER BY, GROUP BY and LIMIT
225+
You can also decorate SELECT statements with ORDER BY, GROUP BY, LIMIT and OFFSET
226226
227227
For more details please go to http://docs.basho.com/riak/ts
228228
"}}.

0 commit comments

Comments
 (0)