zoukankan      html  css  js  c++  java
  • oracle sqlplus @@用法

        

      

        
        
             

    @@ (double "at" sign) ---------------------
    Runs the specified script. This command is almost identical to the @ command. It is useful for running nested scripts because it has the additional functionality of looking for the nested script in the same url or path as the calling script. Only the url form is supported in iSQL*Plus.
     
     
    @ ("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脚本文件。
  • 相关阅读:
    Codevs 2602 最短路径问题
    NOIp2015酱油酱油记
    51Nod-1091 线段的重叠
    poj-3264-Balanced Lineup
    51Nod-1212 无向图最小生成树
    51Nod-1279 扔盘子
    51Nod--1010 只包含235的数
    51Nod--1015 水仙花数
    51Nod-1136 欧拉函数
    使用caffe训练自己的CNN
  • 原文地址:https://www.cnblogs.com/feiyun8616/p/6110470.html
Copyright © 2011-2022 走看看