码迷,mamicode.com
首页 > 其他好文 > 详细

练习八 spool导出

时间:2014-10-17 15:24:39      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   log   ad   bs   

sqlplus -s username/password@sid
set trimspool on;
set linesize 120;
set pagesize 2000;
set newpage 1;
set heading off;
set term off;


spool sys_user.txt;

select col1||‘,‘||col2||‘,‘||col3||‘,‘||col4||‘..‘ from sys_user; spool off;

exit;

 

练习八 spool导出

标签:style   blog   color   sp   div   on   log   ad   bs   

原文地址:http://www.cnblogs.com/cici-new/p/4031156.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!