You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/12/21 03:05:51 UTC

[GitHub] [pinot] siddharthteotia commented on issue #7922: SQL MIN/MAX functions produce error when using HAVING without NULL check

siddharthteotia commented on issue #7922:
URL: https://github.com/apache/pinot/issues/7922#issuecomment-998431366


   The query is not correct. Standard SQL does not support use of HAVING without GROUP BY. 
   
   Try the examples here for MySQL - https://www.w3schools.com/sql/sql_having.asp
   
   Error message should still be fixed and should indicate query/syntax is invalid .


-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org