Reputation: 61391
I am working on migration script for Oracle, I need to change table structure and then populate it with data.
I would like to do the structure changes first and then do the data.
In SQL Server I would use GO
to separate the batches.
Is there an SQL Server GO
command equivalent in Oracle?
Upvotes: 11
Views: 17392