I have a table with 200 columns in a table and I would like to generate a csv file and the values in the files should be with double quotes.
I know we can do it like '"'||columnName||'"' but there are many columns.
Please let me know if you have any suggestions.
Thanks,