5 lines
124 B
Text
5 lines
124 B
Text
|
SELECT countMerge(events) as Count
|
||
|
FROM monthly_usage_v1
|
||
|
WHERE app_id IN ('{{app_ids}}')
|
||
|
AND period = toStartOfMonth(now())
|