Re: concepts?

From: Andres Ledesma <alchir(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: concepts?
Date: 2005-05-16 17:08:32
Message-ID: 20050516170832.15918.qmail@web30302.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi guys,

Look in postgreSQL documentation about the JOINing of
tables, NATURAL JOIN, INNER JOINs, OUTER JOINs (LEFT &
OUTER) and you will learn how to do this you want to.

Follow this link :
http://www.postgresql.org/docs/8.0/interactive/queries-table-expressions.html

Theres's somethign about ....;-)

Hope this help,

Andrew


__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

Browse pgsql-novice by date

  From Date Subject
Next Message John DeSoi 2005-05-16 17:20:35 Re: COPY from stdin;
Previous Message Celia McInnis 2005-05-16 16:49:13 describe table (from perl)