weijianghai e04ea013a1 init | 8 months ago | |
---|---|---|
doc | 8 months ago | |
scripts | 8 months ago | |
src | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
pom.xml | 8 months ago |
192.168.10.7/data/pm_import
5Gpm小时数据导出:10.17.180.55:/data/out2/pm_5g_hour/pm_5g_hour_2022072910.csv
数据源 10.17.180.55 /data/out2/pm_4g_hour pm_4g_hour_2022053005.csv
133.96.94.19 esbftp Esb2019ftp! nokia Nokia*123
admin @XXL-job133413
select rpt_time,
count(1)
from tsfx.dw_sa_omc_ci_h
where rpt_time >= '2024-04-29 00:00:00'
group by rpt_time
order by rpt_time desc;
select nci,
count(1)
from tsfx.dw_sa_omc_ci_h
where rpt_time = '2024-04-29 00:00:00'
group by nci
having count(1) > 1;
select rpt_time,
count(1)
from tsfx.dw_ft_re_st_eutrancell_ind_h
where rpt_time >= '2024-04-29 00:00:00'
group by rpt_time
order by rpt_time desc;
select cell_name,
count(1)
from tsfx.dw_ft_re_st_eutrancell_ind_h
where rpt_time = '2024-04-29 00:00:00'
group by cell_name
having count(1) > 1