set echo on/off example

发布时间:2020-08-18 17:04:36 作者:1558521716
来源:ITPUB博客 阅读:145
1.create echo.sql script with content in the following text

点击(此处)折叠或打开

  1. set echo on
  2. select ename from emp where rownum <2;
  3. set echo off --这后面的查询语句不会显示出来
  4. select dname from dept where rownum <2
2.execute @/directory_path/echo.sql   your can use pwd query directory or find / -name "file_name"
set echo on/off example
推荐阅读:
  1. php中的输出方式print和echo的区别
  2. 怎么解决php中echo输出的中文显示乱码?

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

echo example off

上一篇:java数组传递方法

下一篇:好程序员Java教程解读JDBC是什么

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》