Share what we can share
spool c:\whatever.csv
select a.a||','||a.b||','||a.cfrom awhere a.a="whatever";
spool off