Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SELECT

RNC,
RBS,
DATE_ID,
DownlinkBaseBandPool,
DL_CE_Usage=convert(decimal(15,10),max(pmSumCapacityDlCe/pmSamplesCapacityDlCe)),
DL_CE_License=convert(decimal(15,10),max(pmCapacityDlCe))
FROM
dc.DC_E_RBS_DLBASEBANDPOOL_RAW
WHERE
DATE_ID>=getdate()-3

AND RNC='RNCSCZ1'

GROUP BY
RNC,
RBS,
DATE_ID,
DownlinkBaseBandPool

You might also like