add colon at the end of the query

Pedro hates github.com 2020-04-14 14:28:20 +02:00
parent 1a562a49a4
commit c81c175c27
1 changed files with 1 additions and 1 deletions

@ -61,7 +61,7 @@ SELECT user_id, SUM(total_events)
WHERE TO_TIMESTAMP(end_ts/1000) AT TIME ZONE 'UTC' > date_trunc('day', now() - interval '1 month')
GROUP BY user_id
ORDER BY SUM(total_events) DESC
LIMIT 20
LIMIT 20;
```
## Show top 20 larger tables by storage size