I am trying to export the results of a query to CSV and then ultimately Excel.
My issue is, one of my columns has commas in it and the commas interrupt Excel parsing the CSV in the correct places.
I don't have write privileges to the db, so dropping the query results into a table and then exporting that table to excel is not an option.
Is there a way to export to excel, or at least CSV with a column that has commas in it?