I would like to run a select statement and save the results of the statement as a csv. I know it is possible, but not sure how to do it.
I am using this statement:
select * from personalinfo
I would like to save the results in a folder I have set up.
Any help would be appreciated.
I am using this statement:
select * from personalinfo
I would like to save the results in a folder I have set up.
Any help would be appreciated.