СК
и в это время к КХ точно никто не обращается
вот лог полнее
Size: a a a
СК
СК
DN
y
select countDistinct(neww.user_id)
from
(select distinct user_id
from clicks
where click_time between '2021-03-25' and '2021-03-26'
) neww
left join
(select distinct user_id
from clicks
where click_time < '2021-03-25'
) oldd
where empty(oldd.user_id) = 1
KS
select countDistinct(neww.user_id)
from
(select distinct user_id
from clicks
where click_time between '2021-03-25' and '2021-03-26'
) neww
left join
(select distinct user_id
from clicks
where click_time < '2021-03-25'
) oldd
where empty(oldd.user_id) = 1
SELECT user_id FROM clicks GROUP BY user_id HAVING min(click_time)) between '2021-03-25' and '2021-03-26'
y
SELECT user_id FROM clicks GROUP BY user_id HAVING min(click_time)) between '2021-03-25' and '2021-03-26'
KS
y
DG
ИК
S
S
TG
ИК
click.execute(
'''SELECT formatDateTime(now(), '%Y-%m') AS year_month, %(dc)s AS name''',
{'dc': 'ED'},
)
DG
S
DG
click.execute(
'''SELECT formatDateTime(now(), '%Y-%m') AS year_month, %(dc)s AS name''',
{'dc': 'ED'},
)
ИК
DG
ИК