4 lines
172 B
SQL
4 lines
172 B
SQL
select toDate(addHours(`#event_time`, 8)),
|
|
uniqCombined(binduid), groupArray(distinct binduid) as bids
|
|
from zhengba.event
|
|
group by toDate(addHours(`#event_time`, 8)) |