Is there any way by which we can export the result of a select statment to CSV file, just like in MySQL.
MySQL Command;
SELECT col1,col2,coln into OU
I tried this and got a ';'-delimited csv file:
--#SET TERMINATOR % EXPORT TO result.csv OF DEL MODIFIED BY CHARDEL; SELECT * FROM A