ora-00933: sql command not properly ended

From: Christina <huonglu_at_hotmail.com>
Date: 10 Mar 2003 09:40:04 -0800
Message-ID: <40717adb.0303100940.dcc01cc_at_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 ended

Would anyone help me what should I do to fix this?

Thanks,
Christina Received on Mon Mar 10 2003 - 18:40:04 CET

Original text of this message