Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA-00933: SQL command not properly ended

ORA-00933: SQL command not properly ended

From: Christina <huonglu_at_hotmail.com>
Date: 10 Mar 2003 09:15:42 -0800
Message-ID: <40717adb.0303100915.5f153c82@posting.google.com>


Hi,
I got an error message when I tried to join the EMP and DEPT table by using the INNER JOIN clause in Oracle SQL*Plus, and here is the simple sql statements:

    select *
    from emp inner join dept
    on emp.deptno = dept.deptno;

And this is an error message that I got:

  ORA-00933: SQL command not properly eded

Would you tell me what should I do to fix this?

Thanks,
Christina Received on Mon Mar 10 2003 - 11:15:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US