From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | "Praveen Kumar (TUV)" <praveen(dot)k(at)renaissance-it(dot)com> |
Cc: | brad(at)kieser(dot)net, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: how can we use outer join in Postures |
Date: | 2006-01-12 05:32:53 |
Message-ID: | 20060112053253.GA91252@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Wed, Jan 11, 2006 at 05:23:03PM +0530, Praveen Kumar (TUV) wrote:
> I want to create one table with from many different tables using outer
> joins.Please can you guide how is possible to create in Postgresql.
> Let we have syntax for creating table in oracle.If we want to create
> same table in Postgresql then how will we replace (+) in syntax
> sothat we can use outer join facility in PostgreSQL.
See "Table Expressions" and SELECT in the documentation:
http://www.postgresql.org/docs/8.1/interactive/queries-table-expressions.html
http://www.postgresql.org/docs/8.1/interactive/sql-select.html
Any book or web site that covers standard SQL join syntax should
also be helpful since PostgreSQL's syntax is the same as the
standard's.
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | aWiryawan | 2006-01-12 08:21:03 | PG Report Generator |
Previous Message | Michael Fuhr | 2006-01-12 05:23:19 | Re: Rule for updating ipaddress on insertion |