诺西BSC知道CI和LAC查这个CI在哪个BTS上用哪个命令?
时间:09-19
整理:3721RD
点击:
如题。
诺西BSC知道CI和LAC查这个CI在哪个BTS上用哪个命令?
诺西BSC知道CI和LAC查这个CI在哪个BTS上用哪个命令?
这个还真不知道我是用了个SQL这么干的
---------------
select BSC.NAME BSC,
BTS.SEGMENT_ID SEG,
OBTS.OBJECT_INSTANCE BTS
from c_bts bts,objects obts,objects bsc
where bts.int_id =obts.int_id
and bts.bsc_int_id=bsc.int_id
and (bsc.name like 'BJ%' OR bsc.name like 'BEJ%')
and bts.cell_id=&CELLID