kosiew commented on code in PR #18691:
URL: https://github.com/apache/datafusion/pull/18691#discussion_r2575419298


##########
docs/source/user-guide/sql/select.md:
##########
@@ -306,6 +306,8 @@ SELECT age, person FROM table ORDER BY age, person DESC;
 
 Limits the number of rows to be a maximum of `count` rows. `count` should be a 
non-negative integer.
 
+DataFusion does not currently support the SQL `FETCH` clause. Use `LIMIT` to 
constrain the number of returned rows instead.

Review Comment:
   I agree



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to