query question really cant give a summary here so read the body ;-)

From: "Rhys Stewart" <rhys(dot)stewart(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: query question really cant give a summary here so read the body ;-)
Date: 2008-04-23 18:11:52
Message-ID: 189966030804231111n56a940ddw593403e3e503c9f1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

have the following table

aid | bid
--------------
1 |5
2 |6
3 |7
4 |9
5 |1
6 |2
7 |3
8 |10
9 |4
10 |8
both aid & bid represent the same data in another table, but the table has
duplicate data and i did a self-join to get the id's out. The question is
how do i get a distinct listing between both columns

like
aid | bid
-----------
1|5
2|6
3|7
4|9
10|8

Have been racking my brain for the past hour....any suggestions?

Thanks
Rhys

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2008-04-23 18:12:11 Re: initdb in 8.3
Previous Message Karsten Hilbert 2008-04-23 18:10:07 Re: How to modify ENUM datatypes?