Is there any way to add custom text to the top of a query's output?
I'm not talking about custom headers for each field in the query, but rather something like an overall heading that would appear as the top line or lines in a query, followed by the query results. I realize such a thing may sound like it would best be performed in a report, however, my goal is to output my query results as a CSV file. From what I've seen, exporting a report to CSV format just doesn't seem to work very well. My ideal output would look something like:
CUSTOM TEXT STATEMENT HERE.
SECOND CUSTOM TEXT STATEMENT HERE.
Field1, Field2, Field3
value1, value2, value3
value4, value5, value6
value7, value8, value9