JOIN columns with no data - Mailing list pgsql-novice

From Keith Worthington
Subject JOIN columns with no data
Date
Msg-id 20041221211331.M54492@narrowpathinc.com
Whole thread Raw
List pgsql-novice
Hi All,

I am trying to create a fairly large join (7 tables) that needs to allow NULL
in columns.

Table 1
1 | A | 2
2 | B | 3

JOINed with

Table 2
1 | note

should output
1 | A | 2 | note
2 | B | 3 |

Kind Regards,
Keith

______________________________________________
99main Internet Services http://www.99main.com


pgsql-novice by date:

Previous
From: "Vishal Kashyap @ [SaiHertz]"
Date:
Subject: Re: SQUID Log in PostgreSQL
Next
From: George Weaver
Date:
Subject: Re: JOIN columns with no data