Skip to content
Advertisement

problem with script creating table via if clause

We are trying to build a script which automatically checks if a table is already created and if so the script should end. If the table is not created the script should create it.

this is the error we are getting

Advertisement

Answer

This must be done in PL/SQL block:

Cheers!!

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