业务情景一:
select
count(first_interview) first_interviews,
count(submit_time) submit_time,
count(length(concat(submit_time,bg_time))>26) submit_time,
count(followupdate) followupdate,
count(arrivaldate) arrivaldate,
count(*) reports
from dws.dws_awa_t_cal_recomperiods_result2
group by business_line,region,office,team,fullnameselect
count(first_intervi