源地址:http://wallimn.iteye.com/blog/472182


      set trimspool on 

  set echo off

  set feedback off
  set pagesize 0 
  set heading off 
  set term off 
  spool 路径+文件名 
  select col1||','||col2||','||col3||','||col4||'..' from tablename; 
  spool off 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-08-12
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-07-06
  • 2021-11-29
  • 2022-12-23
  • 2022-02-10
  • 2021-09-03
相关资源
相似解决方案