set echo on/off example
1.create echo.sql script with content in the following text
select ename from emp where rownum <2;
set echo off --这后面的查询语句不会显示出来
select dname from dept where rownum <22.execute @/directory_path/echo.sql your can use pwd query directory or find / -name "file_name"
点击(此处)折叠或打开
set echo onselect ename from emp where rownum <2;
set echo off --这后面的查询语句不会显示出来
select dname from dept where rownum <22.execute @/directory_path/echo.sql your can use pwd query directory or find / -name "file_name"
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。