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 2021/12/22 21:00:08 UTC

[GitHub] [druid] vtlim commented on a change in pull request #12093: Docs: add FILTER to sql query syntax

vtlim commented on a change in pull request #12093:
URL: https://github.com/apache/druid/pull/12093#discussion_r774176073



##########
File path: docs/querying/sql.md
##########
@@ -76,6 +77,11 @@ FROM clause, metadata tables are not considered datasources. They exist only in
 For more information about table, lookup, query, and join datasources, refer to the [Datasources](datasource.md)
 documentation.
 
+### FILTER
+
+The FILTER clause limits an aggregation query to execute only on the rows for which a condition evaluates to true.

Review comment:
       ```suggestion
   The FILTER clause limits an aggregation query to only the rows for which a condition evaluates to true.
   ```




-- 
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@druid.apache.org

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



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