I am working on porting a script for Oracle, I need to change the structure of the table and then populate it with data.
First, I would like to make changes to the structure, and then execute the data.
In SQL Server, I would use GO to separate statements
Is there an SQL Server GO equivalent in Oracle?
source share