-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
I'm trying to combine two tables, but I only want unique records based
on the first two columns. Can UNION be used to join three-column tables
but only include records based on the uniqueness of the first two
columns? If not, how would I do this with PostgreSQL 8.1?
- [GENERAL] Question About UNION Bill Thoen
- Re: [GENERAL] Question About UNION Raymond O'Donnell
- Re: [GENERAL] Question About UNION Bill Thoen
- Re: [GENERAL] Question About UNION Raymond O'Donnell
- Re: [GENERAL] Question About UNION Bill Thoen
- Re: [GENERAL] Question About UNION Bill Thoen
- Re: [GENERAL] Question About UNION David Wilson
- Re: [GENERAL] Question About U... Bill Thoen
- Re: [GENERAL] Question Abo... David Wilson
- Re: [GENERAL] Question Abo... Bill Thoen
- Re: [GENERAL] Question About UNION Josh Williams