cnt_view
to cnt
populate as select
r.stream_type,
count(r.event_uuid) as cnt
from raw r
group by stream_type;
баг
Обсуждают сегодня