I have 2 tables and I need a csv file of the 2 joined together.
I want also the csv file to include headers as well.
I assume that I will build a select command to get the information and then export it to a csv file or text.
If its easiest I can create a new table to insert all the informations I want and then export it.
How do I export though??