简体   繁体   English

oracle 中的 sql server GO 等价物

[英]sql server GO equivalent in oracle

I am working on migration script for Oracle, I need to change table structure and then populate it with data.我正在为 Oracle 编写迁移脚本,我需要更改表结构,然后用数据填充它。

I would like to do the structure changes first and then do the data.我想先做结构更改,然后再做数据。

In SQL Server I would use GO to separate statements在 SQL Server 中,我会使用GO来分隔语句

Is there an SQL Server GO command equivalent in Oracle? Oracle 中是否有等效的 SQL Server GO命令?

It's ;它是; and //

select * from user_tables;
/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM