stratature
MIS
Hello!
I know close to nothing about Oracle PL/SQL and am sure that my question is rather trivial, but here's my query:
SELECT
BUSINESS_UNIT, DEPTID, PROJECT_ID, CATEGORY,
To_Char(To_Date(To_Char(ACCOUNTING_PERIOD),'MM'),'Month') || FISCAL_YEAR TIME,
PERIOD_DEPR, CURRENCY_CD
FROM
PS_DEPR_ALL_PD3_VW
I need to be able to do a sum by period_depr and group by currency_cd, then business_unit, then project_id, then time and category.
How can this be done? Please help!!
Thank you,
Katya
I know close to nothing about Oracle PL/SQL and am sure that my question is rather trivial, but here's my query:
SELECT
BUSINESS_UNIT, DEPTID, PROJECT_ID, CATEGORY,
To_Char(To_Date(To_Char(ACCOUNTING_PERIOD),'MM'),'Month') || FISCAL_YEAR TIME,
PERIOD_DEPR, CURRENCY_CD
FROM
PS_DEPR_ALL_PD3_VW
I need to be able to do a sum by period_depr and group by currency_cd, then business_unit, then project_id, then time and category.
How can this be done? Please help!!
Thank you,
Katya