Re: OR problems

From: tony <tony(at)animaproductions(dot)com>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: OR problems
Date: 2002-03-22 18:56:18
Message-ID: 1016823379.8711.122.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2002-03-22 at 19:54, Jean-Luc Lachance wrote:

> The problem is not with the OR or the DISTINCT ON.
> You are requesting a cartesian product ot three tables.
> You should have a JOIN ON or a proper WHERE clause.

OK thanks. I thougth that was it

fonction is the joining table for individu and structure.

Ta

Tony

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2002-03-22 19:08:28 initdb dies during IpcSemaphoreCreate under BSD jail
Previous Message Tom Lane 2002-03-22 18:55:04 Re: Huge Performance Difference on Similar Query in Pg7.2