alamb commented on code in PR #16933:
URL: https://github.com/apache/datafusion/pull/16933#discussion_r2279861071


##########
docs/source/user-guide/sql/select.md:
##########
@@ -261,6 +262,14 @@ Example:
 SELECT a, b, MAX(c) FROM table GROUP BY a, b HAVING MAX(c) > 10
 ```
 
+## QUALIFY clause
+

Review Comment:
   It would be nice if we could provide a little context here (like explaining 
that the QUALIFY statement can refer to the output of window functions)
   
   However, I think this is consistent with the sparse docs for HAVING 
   
   Maybe we can make a follow on PR to improve the documentation with a 
sentence or two for each clause
   
   



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to