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脚本文件。
  • 相关阅读:
    浅谈“踹”字典树
    2019.11.9 csp-s 考前模拟
    Luogu P1600[NOIP2016]day1 T2天天爱跑步
    Luogu P1197 [JSOI2008]星球大战
    Trie树(字典树)整理
    洛谷P3294 [SCOI2016]背单词——题解
    浅析差分及其推广(树上差分与广义差分)
    洛谷P1600 天天爱跑步——题解
    深入理解容斥原理
    花式求LCA
  • 原文地址:https://www.cnblogs.com/feiyun8616/p/6110470.html
Copyright © 2011-2022 走看看