| From: | Roy Cabaniss <rcaban(at)cabanisspc(dot)uamont(dot)edu> |
|---|---|
| To: | pgsql pgsql <pgsql-general(at)postgresql(dot)org> |
| Subject: | exporting join results |
| Date: | 2003-05-29 15:54:37 |
| Message-ID: | 1054223676.14672.8.camel@cabanisspc.uamont.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I have some tables that I am gathering data in. Some of the data
gathered goes into personal table and the survey results goes into the
survey table.
I can do a join with no problem to see my results with something like:
select * from personal,survey WHERE personal.pid=survey.pid;
I can do a dump of either table again with no problem.
What I want is to get a dump of the join as a comma separated text file
so that I can import it into my statistical software.
Any ideas on how to do it?
Thanks for the help.
--
Dr. Roy F. Cabaniss
Associate Professor of Marketing
University of Arkansas Monticello
http://cabanisspc.uamont.edu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | scott.marlowe | 2003-05-29 16:02:31 | Re: change log 7.3.3 |
| Previous Message | scott.marlowe | 2003-05-29 15:54:01 | Re: Postmaster only takes 4-5% CPU |