I want to write column headers into my csv files, and cannot figure out how, using select .. into
syntax.
I've visited this page, as well as looking at some SO posts on the subject. I am wondering if MySQL's select .. into
provides a feature to write the column headers or if there's another way to do that, while still writing a .csv file. A plain select at the command line does write the column headers.