Slackbot
08/29/2022, 6:40 AMAbhishek Agarwal
08/29/2022, 8:50 AMtags is tag1 and thus the query effectively becomes
SELECT
'tags1',
Id
FROM View
where __time BETWEEN '2022-08-21 22:15:16.0' AND '2022-08-21 23:20:16.0'
GROUP BY Id ORDER BY IdAbhishek Agarwal
08/29/2022, 8:50 AMMV_CONTAINS operator instead of using = operator when filtering the relevant rowsRenato Santos
08/29/2022, 11:06 AMRenato Santos
08/29/2022, 11:08 AMgroupByEnableMultiValueUnnesting: false in the query contextAbhishek Agarwal
08/29/2022, 11:46 AM