Re[2]: inner join

From: "Romina N(dot) Tulisi" <romina(at)spcom(dot)com(dot)ar>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re[2]: inner join
Date: 2000-12-06 17:33:27
Message-ID: 4723020401.20001206143327@spcom.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks to everyone for your answers. It was very helpful! I ended up
doing it like Tom said.

Thanks again,

TL> The "inner join" syntax support in 7.0 is really just beta-quality
TL> code; it's got a few bugs. I'd suggest writing the query without
TL> using inner join syntax, ie plain old
TL> SELECT ... FROM a,b WHERE a.x = b.x;

TL> JOIN syntax will work a lot better in 7.1.

TL> regards, tom lane

--
Saludos,
Romina N. Tulisi mailto:romina(at)spcom(dot)com(dot)ar
Programmer
Soluciones Punto Com S.A.
http://www.spcom.com.ar

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rob Yelle 2000-12-06 18:42:29 access.mdb import
Previous Message Helge Bahmann 2000-12-06 17:01:57 Re: Transactions