I have a problem with some SQL queries in Oracle and I don't understand why, maybe you could help me.
When I try to call two simple queries, one after another, I constantly receive this error:
ORA-00933: SQL command not properly ended
When I said two simple queries, I mean, for example (of course, the tables were already created, I am not trying to drop not exist tables):
DROP TABLE Table1;
DROP TABLE Table2;
But if I run the queries individually, it works, does anyone know why? I can't see why they are not properly ended.
Thank you so much!
Littlefoot got it right.Click third button on left pane or keyboard short cut is
ALT+X