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 statements
Is there an SQL Server GO
command equivalent in Oracle?
It's ;
and /
select * from user_tables;
/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With