Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00933: SQL command not properly ended Error on APEX

Sunny-OracleMar 17 2022

I am trying to run this SQL query on APEX SQL Commands and am receiving 'ORA-00933: SQL command not properly ended' How can I resolve this?
select * from (
select * from piv.IP_ASSET_TRACKER)
)
AS P
pivot (count(ID) for result in (Idea, Published)) as result;

Comments
Post Details
Added on Mar 17 2022
3 comments
1,267 views