arkguil commented on issue #22696: [SPARK-25708][SQL] HAVING without GROUP BY 
means global aggregate
URL: https://github.com/apache/spark/pull/22696#issuecomment-490472938
 
 
   That sql is not valid in Oracle but this works as I described above:
   `select t.id from (select 5 as id from dual) t having t.id >= 5`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to