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