oracle sqlplus 中@ 和@@执行sql脚本有什么区别?
答案:1 悬赏:80 手机版
解决时间 2021-03-30 05:49
- 提问者网友:ミ烙印ゝ
- 2021-03-29 15:32
oracle sqlplus 中@ 和@@执行sql脚本有什么区别?
最佳答案
- 五星知识达人网友:思契十里
- 2021-03-29 16:53
@ ("at" sign)
Runs the SQL*PLus statements in the specified script.
The script can be called from the local file system or from a web server.
@@ (double "at" sign)
Runs a script. This command is similar to the @ ("at" sign) command.
It is useful for running nested scripts because it looks for the specified script in
the same path as the script from which it was called.
@@表示调用和当前脚本同路径下SQL脚本文件。
Runs the SQL*PLus statements in the specified script.
The script can be called from the local file system or from a web server.
@@ (double "at" sign)
Runs a script. This command is similar to the @ ("at" sign) command.
It is useful for running nested scripts because it looks for the specified script in
the same path as the script from which it was called.
@@表示调用和当前脚本同路径下SQL脚本文件。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯