Skip to content
Advertisement

Oracle SQL. How to execute query one by one

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.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement