set colsep ,  
set feedback off  
set heading off  
set trimout on  
spool my.csv 
select * from emp;
spool off

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-12-20
猜你喜欢
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案