I'd like to export the results from a query in a .csv
file. I'm using Oracle SQL Developer and the /*csv*/
tag. I get the data formatted fine, but I also get the query. My .csv file looks something like this.
What options should I use so I only get the data? I've tried SET TERM
, SET ECHO
, and SET VERIFY
and nothing works so far. Thank you in advance for any helpful ideas.