Could you help me, how can I execute query one by one in Oracle SQL Developer?
When there’s one query system works correctly.
But when I write 2 or more and press “ctrl” + “enter”, System marks out all queries and trying to execute all of them.
Advertisement
Answer
Separate each query by semi-colon, then SQL Developer executes them one after the other.