ORA-00933 SQL command not properly ended
652398Sep 25 2010 — edited Sep 25 2010Oracle 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.