Re: GUI - Mailing list pgsql-general

From Robby Russell
Subject Re: GUI
Date
Msg-id 1109894002.10597.24.camel@linus
Whole thread Raw
In response to Re: GUI  (Hrishikesh Deshmukh <hdeshmuk@gmail.com>)
List pgsql-general
On Thu, 2005-03-03 at 18:00 -0500, Hrishikesh Deshmukh wrote:
> Hi,
> I want to do a 17 table join! :( But a general idea will help.
>
> Thanks,
> H

Try here to start:

http://www.postgresql.org/docs/current/static/tutorial-join.html


> SELECT *
>     FROM weather LEFT OUTER JOIN cities ON (weather.city = cities.name);


Cheers,

Robby

--
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON  | www.planetargon.com
* Portland, OR  | robby@planetargon.com
* 503.351.4730  | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
* --- Now hosting Ruby on Rails Apps ---
****************************************/


pgsql-general by date:

Previous
From: Scott Frankel
Date:
Subject: preserving data after updates
Next
From: Geoffrey
Date:
Subject: Re: Disabling triggers in a transaction