Skip to Main Content

SQL & PL/SQL

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

652398Sep 25 2010 — edited Sep 25 2010
Oracle error code explanation:

ORA-00933 SQL command not properly ended
an improper SQL ending occurs if IN clause is used with only one argument (IN(X), for example). An IN clause must have two or more arguments.

But I tried a SQL with "in(X)", only one parameter in "IN". It works well. Isn't the above explanation right?

Thx.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2010
Added on Sep 25 2010
3 comments
1,553 views