Skip to Main Content

SQL Developer Data Modeler

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!

on ORA-00933: SQL command not properly ended in Oracle SQL Developer

1973752Feb 4 2014 — edited Feb 4 2014

hello!!

when I try to perform the following query returns me this error:

SELECT PERSONA, ENERO,FEBRERO,MARZO,ABRIL

FROM ( SELECT PERSONA,MES,MONTO FROM EJEMPLO) AS TablaDato

Pivot

(

sum(monto)

For mes IN (ENERO,FEBRERO,MARZO,ABRIL)

) AS PIVOTABLE;

when using the "AS" ERROR APPEARS

Someone knows why??????

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2014
Added on Feb 4 2014
4 comments
3,748 views