开发者

Include SQL file to another SQL file

开发者 https://www.devze.com 2023-01-26 14:07 出处:网络
I have a specific SQL file that may be \"connected\" to another, more generic SQL init file. Is it possible to somehow include refere开发者_如何学Gonce from one SQL file to another SQL file?

I have a specific SQL file that may be "connected" to another, more generic SQL init file.

Is it possible to somehow include refere开发者_如何学Gonce from one SQL file to another SQL file?

I am using Oracle and the DB is populated using Spring DataSourceInitializer class.


If you are using SQL*Plus to run your script, you can use the @ (or @@) sign to include another SQL script.

See the manual for details:

http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch12002.htm#i2696724

http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch12003.htm#i2696759

0

精彩评论

暂无评论...
验证码 换一张
取 消