BI Publisher (MOSC)

MOSC Banner

ORA-00905: missing keyword

edited Apr 13, 2017 8:33AM in BI Publisher (MOSC) 8 commentsAnswered

Dear all expert,

Good day!

I'm facing the ORA-00905: missing keyword error prompt when I paste the following SQL code in BI Publisher, but this error doesn't come out in Oracle SQL Developer Application.

Any keyword I missing from the following code? Kindly assist.

Select
M.IXITM  AS "Child_ShortItemNo"
,M.IXLITM AS "Child_2ndItemNo"
,(M.IXQNTY/10000) as "Quantity Per"

FROM SMDTA.F4311 A
LEFT JOIN SMDTA.F3411 L on L.MMPMPN =  A.PDPMPN AND  L.MMITM = A.PDITM AND L.MMLNID = A.PDLNID --MPS Answer Message Table

--Retrieved BOM F3002 table.
LEFT JOIN (select Z.IXITM, Z.IXLITM, Z.IXAITM, Z.IXCMCU, SUM(Z.IXQNTY) as "IXQNTY",Z.IXUM

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center