You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/08/26 00:05:52 UTC

[beam-site] 02/03: correct the syntax of ORDER_BY LIMIT

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit f5c30d695f25952f80f1b5c8921aeafa24c9f9a6
Author: mingmxu <mi...@ebay.com>
AuthorDate: Fri Aug 25 16:40:18 2017 -0700

    correct the syntax of ORDER_BY LIMIT
---
 src/documentation/dsls/sql.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/documentation/dsls/sql.md b/src/documentation/dsls/sql.md
index 5a7ad32..5c9308a 100644
--- a/src/documentation/dsls/sql.md
+++ b/src/documentation/dsls/sql.md
@@ -122,7 +122,7 @@ query:
       |   query MINUS [ ALL ] query
       |   query INTERSECT [ ALL ] query
 	}
-    [ ORDER BY orderItem [, orderItem ]* LIMIT [offset] count ]
+    [ ORDER BY orderItem [, orderItem ]* LIMIT count [OFFSET offset] ]
 
 orderItem:
       expression [ ASC | DESC ]

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.