Spool Command: Do not output SQL statement to file

后端 未结 5 828
闹比i
闹比i 2020-11-28 12:22

I am wanting to output a Query to a CSV file and am using the below as a small test;

spool c:\\test.csv 
select /*csv*/ username, user_id, created from all_u         


        
5条回答
提交回复
热议问题