Re: documentation for joins

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: documentation for joins
Дата
Msg-id 20020415151301.GA17883@cc.usu.edu
обсуждение исходный текст
Ответ на documentation for joins  (MJS <M.Sacha@elka.pw.edu.pl>)
Список 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!

В списке pgsql-docs по дате отправления:

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: upgrade
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: documentation for joins