xbackend/sql/新增用户.sql
2021-07-09 16:55:45 +08:00

4 lines
178 B
SQL

select toDate(addHours(`#event_time`,8)), groupArray(`binduid`) as account,length(account) as num
from zhengba.event
where role_idx = 1
group by toDate(addHours(`#event_time`,8))