PLSQL How to execute other scripts from a script?
Its been almost a decade since this was asked, is this still the case?
I would like to move from Toad or SQL Developer to Datagrip, but cannot seem to execute scripts that use the @@ reference.
@@set_variables.sql
@@script1.sql
//update tableA
@@script2.sql
@@script3.sql
//update tableB
@script4.sql
Currently, after setting the dialect, it recognizes the actual sql in the main script but just ignores all script references. Am I missing something on how to do this?
Please sign in to leave a comment.
Nicholas Aupke, at the moment DataGrip users a bit different paradigm of Run Configurations where you can set a desired order.
