diff --git a/docs/dev/table/sql.md b/docs/dev/table/sql.md index f1ef3015e7b7f..18ade21d88bcb 100644 --- a/docs/dev/table/sql.md +++ b/docs/dev/table/sql.md @@ -722,9 +722,11 @@ ORDER BY orderTime Batch +Note: The LIMIT clause requires an ORDER BY clause. {% highlight sql %} SELECT * FROM Orders +ORDER BY orderTime LIMIT 3 {% endhighlight %}