Re: documentation for joins

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: MJS <M(dot)Sacha(at)elka(dot)pw(dot)edu(dot)pl>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: documentation for joins
Date: 2002-04-15 15:13:01
Message-ID: 20020415151301.GA17883@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Sat, Apr 13, 2002 at 11:24:30PM +0200, MJS wrote:
> Hi!
> I found that there's no any suffiction documentation for joins. Are they
> supported in Postgres? If so, how? How to make outter joins or natural
> joins? Is the where clause the only way to join tables?

Sure they are. You didn't look very hard apparently.

PostgreSQL 7.2.1 User's Guide
2. Queries
2.2. Table Expressions
2.2.1. FROM clause
2.2.1.1. Joined Tables
2.2.2. WHERE clause

http://www.postgresql.org/idocs/index.php?queries.html

How about the reference manual? It has a whole spew on joins on the
documentation for SELECT.

http://www.postgresql.org/idocs/index.php?sql-select.html

-Roberto

--
+----| http://fslc.usu.edu/ USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net/
http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer
In Borland you are never bored!

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Roberto Mello 2002-04-15 15:21:29 Re: upgrade
Previous Message Roberto Mello 2002-04-15 13:20:21 Re: Oid and Oid Vector