help with troublesome query - Mailing list pgsql-sql

From teknokrat
Subject help with troublesome query
Date
Msg-id bf0vdv$3pi$1@localhost.localdomain
Whole thread Raw
Responses Re: help with troublesome query  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-sql
I have three tables customers which 1-many with requests which is 1-1 
with applications. all customers have at least one request but not all 
requests have an application.

I want a query to return all the customers and their application data if 
they have any ( or else null). So this is like a left join of customers  with applications but I do not want multiple
rowsof customers UNLESS 
 
they have an application.

thanks




pgsql-sql by date:

Previous
From: Scott Cain
Date:
Subject: Cannot insert dup id in pk
Next
From: "Viorel Dragomir"
Date:
Subject: Re: summing tables