How to drop multiple tables in SQL Workshop
172925Apr 13 2004 — edited Apr 13 2004Hi,
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