Skip to Main Content

APEX

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!

How to drop multiple tables in SQL Workshop

172925Apr 13 2004 — edited Apr 13 2004
Hi,
I'd like to drop multiple tables in one time but
SQL command processor returnes error message: ORA-00933.
Could you please tell me how to drop multiple tables in
one time?

My trial was follows

Drop table "table1", "table2"
/
Result
ORA-00933: SQL command not properly ended

Regards,
Hideki Sakamoto

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2004
Added on Apr 13 2004
3 comments
1,143 views