You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/12/12 19:51:57 UTC

[GitHub] [incubator-druid] cheezman34 commented on issue #9018: HAVING in sql semijoins cannot see aggregated field

cheezman34 commented on issue #9018: HAVING in sql semijoins cannot see aggregated field
URL: https://github.com/apache/incubator-druid/issues/9018#issuecomment-565159251
 
 
   It does appear to work when I drop the alias from the innermost query, actually.
   
   ```
   SELECT SUM("value"),
          "field3"
   FROM table2
   GROUP BY "field3"
   HAVING SUM("value") > 100
   ```
   
   No exceptions there.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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