SyntaxFix
Write A Post
Hire A Developer
Questions
You can fake it like this:
-- with column headings select column1, column2 from some_table; -- without column headings select column1 as '', column2 as '' from some_table;