This is an automated email from the ASF dual-hosted git repository.

techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b640e0ca75a Update query example (#17811)
b640e0ca75a is described below

commit b640e0ca75ab6a5cb1604715d942d2322cc5619d
Author: Katya Macedo <38017980+ektra...@users.noreply.github.com>
AuthorDate: Tue Mar 25 13:53:21 2025 -0500

    Update query example (#17811)
---
 docs/querying/multi-value-dimensions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/querying/multi-value-dimensions.md 
b/docs/querying/multi-value-dimensions.md
index e41e8630ebb..a77a7766f27 100644
--- a/docs/querying/multi-value-dimensions.md
+++ b/docs/querying/multi-value-dimensions.md
@@ -252,7 +252,7 @@ results in:
 ```sql
 SELECT label, tags
 FROM "mvd_example_rollup"
-WHERE tags = 't3'
+WHERE label in ('row1','row2')
 GROUP BY 1,2
 ```
 


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

Reply via email to