I have an SQL query that returns some rows. How can I change it so that the output of the query is in CSV format?
I have found a way to make the result in XML format, but because of the nature of XML the result is too large to be useful.
The query is very large (and it's not really important), so I wont post it here. Here is a link to it.Link
I don't want the SQL query to save the result as a CSV file.