Posts

Showing posts with the label spool

oracle sqlPlus spool csv 파일 저장

set echo off set null @ set pages 0 set colsep ',' set trimspool on set lines 30000 set termout off spool ./20170222.csv select * from 테이블1 spool off