ads_new_mid_count

insert into table ads_new_mid_count
select 
  '2020-03-12',
  count(*)
from dwt_uv_topic
where login_date_first='2020-03-12'
group by login_date_first;
原文地址:https://www.cnblogs.com/ldy233/p/14437382.html