5 lines
99 B
SQL
5 lines
99 B
SQL
select toDate(addHours(`#event_time`, 8))
|
|
from zhengba.event
|
|
where role_idx = 1
|
|
group by `binduid`
|