Volte Qci
Volte Qci
Date: 23/08/2018
*/
select * from
split_part(split_part(a.cm_uid,'xml_MeContext_','2'),'->xml_','1') as "ENODEB",
--case when a."administrativeState" = '1' then 'T' else 'F' end as "Cell_State_IND"
FROM
"R_EL"."V_xml_EUtranCellFDD" a
WHERE
group by 1
order by 1,2) A
join
FROM "R_EL"."V_xml_QciProfilePredefined" a
) B on A."ENODEB" = B."ENODEB"
where
order by 1
--limit 100