Blank row in csv file after exporting to excel by SQL query

Viewed 18

I have a query that when exported to CSV gives the first row as empty and followed by fetched data(Used Select Statement). I don't want the first blank row after executing SELECT statement. I want the results to be filled from that skipped row. How could I achieve this? Any help would be greatly appreciated!

0 Answers
Related