Skip to content

Commit b640e0c

Browse files
authored
Update query example (#17811)
1 parent 40f968d commit b640e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/querying/multi-value-dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ results in:
252252
```sql
253253
SELECT label, tags
254254
FROM "mvd_example_rollup"
255-
WHERE tags = 't3'
255+
WHERE label in ('row1','row2')
256256
GROUP BY 1,2
257257
```
258258

0 commit comments

Comments
 (0)