You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/12/25 03:13:52 UTC

[GitHub] [shardingsphere] jingshanglu opened a new issue #8768: Improve the definition about 'having'

jingshanglu opened a new issue #8768:
URL: https://github.com/apache/shardingsphere/issues/8768


   ## Bug Report
   ```
   SELECT region, SUM(population), SUM(area) FROM bbc GROUP BY region HAVING SUM(area)>1000000.
   
   ```
   Parse the sql to get  statement, there is not info about `having`.
   
   ### Which version of ShardingSphere did you use?
   5.0.0-alpha
   
   ### Expected behavior
   we can get info about `having` in the statement.
   
   ### Actual behavior
   there is no info about `having` in the statement.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu commented on issue #8768: Improve the definition about 'having'

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #8768:
URL: https://github.com/apache/shardingsphere/issues/8768#issuecomment-857644201


   Duplicate with issue #10618.


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu closed issue #8768: Improve the definition about 'having'

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #8768:
URL: https://github.com/apache/shardingsphere/issues/8768


   


-- 
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:
users@infra.apache.org