Untitled
unknown
plain_text
3 years ago
167 B
12
Indexable
select distinct cast(date_trunc('month', created_at) as date),
count(user_id) over(partition by cast(date_trunc('month', created_at) as date))
from tools_shop.usersEditor is loading...
select distinct cast(date_trunc('month', created_at) as date),
count(user_id) over(partition by cast(date_trunc('month', created_at) as date))
from tools_shop.users