5 lines
No EOL
163 B
Text
Executable file
5 lines
No EOL
163 B
Text
Executable file
SELECT replace(app_id, '_DEBUG', '') as AppId,
|
|
countMerge(events) as Count
|
|
FROM monthly_usage_v1
|
|
WHERE period = '{{period}}'
|
|
GROUP BY replace(app_id, '_DEBUG', '') |