Re: [GENERAL] "psql -At -F" export column from table to .csv

2006-02-11 Thread Stephen Frost
* Nina ([EMAIL PROTECTED]) wrote: > I think you maybe familiar with this command: > psql -At -F "," -c "select ..." > query.csv > > My question is: > is it possible to export several different columns from different > tables into the same .csv file; something like: psql -At -F "," -c > "select ..

[GENERAL] "psql -At -F" export column from table to .csv

2006-02-11 Thread Nina
Hi , I think you maybe familiar with this command: psql -At -F "," -c "select ..." > query.csv My question is: is it possible to export several different columns from different tables into the same .csv file; something like: psql -At -F "," -c "select ..." "select ..." "select ..." "select ..."