How Two JOINS from one table

From: ree <ree(at)hotmail(dot)coom>
To: pgsql-general(at)postgresql(dot)org
Subject: How Two JOINS from one table
Date: 2004-08-09 08:48:39
Message-ID: Xns9540C069A4F5Areehotmailcoom@211.29.133.50
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I got this problem where I need to look up values in two columns from
another table.

I can get OUTER LEFT JOIN working when looking up one column from a table
but when looking up at two columns from a table I can't get the SQL syntax
correct.

The scenario is
A table has definitions for abbreviation of initials. From my search query
there are two columns of initials, I am having problems in writing an SQL
statement to look up and replace both columns of initials with their
correct definitions. I was using an OUTER LEFT JOIN statement

I am sorry if this isnt the correct Newsgroup to post this.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-08-09 09:06:31 Re: Embedded Database
Previous Message Richard Connamacher 2004-08-09 08:30:40 Embedded Database