ads_new_mid_count
时间:2021-02-24 13:05:56
收藏:0
阅读:0
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;
评论(0)