【資料名稱】:sql
【資料作者】:mwy
【資料日期】:2012-8-8
【資料語言】:中文
【資料格式】:TXT
【資料目錄和簡介】:
Select
decode(substr(bsc.name,1,2),'KM','KM','QJ','QJ','QU','QJ','YU','YX','YX','YX','BN','BN','BS','BS','DH','DH','DE','DH','LC','LC','LI','LC','SM','SM','SI','SM','XG','DL','DL','DL','CX','CX','CH','CX','HH','HH','HO','HH','others') area
,c_bts.cell_id
,bts.object_instance bts
,decode(bts.freq_band_in_use,0,'900基站',1,'1800基站',2,'GSM1900',5,'GSM800','NotDefined')BAND
,class_upper_range-110 upper_range
,Sum(freq_ul_qual0) ulq0
,Sum(freq_ul_qual1) ulq1
,Sum(freq_ul_qual2) ulq2
,Sum(freq_ul_qual3) ulq3
,Sum(freq_ul_qual4) ulq4
,Sum(freq_ul_qual5) ulq5
,Sum(freq_ul_qual6) ulq6
,Sum(freq_ul_qual7) ulq7
,Sum(freq_dl_qual0) dlq0
,Sum(freq_dl_qual1) dlq1
,Sum(freq_dl_qual2) dlq2
,Sum(freq_dl_qual3) dlq3
,Sum(freq_dl_qual4) dlq4
,Sum(freq_dl_qual5) dlq5
,Sum(freq_dl_qual6) dlq6
,Sum(freq_dl_qual7) dlq7
from p_nbsc_rx_statistics, c_bts, objects bsc,objects bts,objects bcf
where
p_nbsc_rx_statistics.int_id=bsc.int_id
and p_nbsc_rx_statistics.bts_int_id=c_bts.int_id
and bts.parent_int_id = bcf.int_id
and bcf.parent_int_id = bsc.int_id
and c_bts.int_id=bts.int_id
--and decode(substr(bsc.name,1,2),'KM','KM','QJ','QJ','QU','QJ','YU','YX','YX','YX','BN','BN','BS','BS','DH','DH','DE','DH','LC','LC','LI','LC','SM','SM','SI','SM','XG','DL','DL','DL','CX','CX','CH','CX','HH','HH','HO','HH','others')
and c_bts.cell_id in (&ci)
and c_bts.conf_name='<ACTUAL>'
and to_char(period_start_time,'hh24') In (8,9,10,18,19,20)
and period_start_time>=to_date(&start_date,'yyyymmdd')
and period_start_time<to_date(&end_date,'yyyymmdd')
group by
decode(substr(bsc.name,1,2),'KM','KM','QJ','QJ','QU','QJ','YU','YX','YX','YX','BN','BN','BS','BS','DH','DH','DE','DH','LC','LC','LI','LC','SM','SM','SI','SM','XG','DL','DL','DL','CX','CX','CH','CX','HH','HH','HO','HH','others')
,c_bts.cell_id
,bts.object_instance
,decode(bts.freq_band_in_use,0,'900基站',1,'1800基站',2,'GSM1900',5,'GSM800','NotDefined')
,class_upper_range-110
order by area,c_bts.cell_id,upper_range--
2013-3-25 14:56:10 下載次數(shù): 15
MR2_明細.zip (743 Bytes)
掃碼關注5G通信官方公眾號,免費領取以下5G精品資料
1、回復“YD5GAI”免費領取《中國移動:5G網絡AI應用典型場景技術解決方案白皮書》
2、回復“5G6G”免費領取《5G_6G毫米波測試技術白皮書-2022_03-21》
3、回復“YD6G”免費領取《中國移動:6G至簡無線接入網白皮書》
4、回復“LTBPS”免費領取《《中國聯(lián)通5G終端白皮書》》
5、回復“ZGDX”免費領取《中國電信5G NTN技術白皮書》
6、回復“TXSB”免費領取《通信設備安裝工程施工工藝圖解》
7、回復“YDSL”免費領取《中國移動算力并網白皮書》
8、回復“5GX3”免費領取《 R16 23501-g60 5G的系統(tǒng)架構1》
|