Several left outer joins on a same table - Mailing list pgsql-jdbc

From Th Templ
Subject Several left outer joins on a same table
Date
Msg-id F515sqMaSORH9HWP5Rv00005184@hotmail.com
Whole thread Raw
Responses Re: Several left outer joins on a same table
Re: Several left outer joins on a same table
Re: Several left outer joins on a same table
List pgsql-jdbc
Hello,

This is a problem about several left outer joins on a same table.

Here are my tables

Personne
------------
int lieu1
int lieu2

Lieu
------------
int lieu_id
varchar(50) lieu_nom

I want to have in a single request the name of lieu1 and/or lieu2 in the
'Lieu' table if there is a correspondance and if there are not null.
I see the postgresql documentation and I have no problem to make one left
outer join, but two??

Thans for your answers
Templ

_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Memory usage with Postgres JDBC
Next
From: Dave Cramer
Date:
Subject: Re: Several left outer joins on a same table