Re: subselect field "problem"

From: "Thomas H(dot)" <me(at)alternize(dot)com>
To: kleptog(at)svana(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: subselect field "problem"
Date: 2007-11-08 21:00:07
Message-ID: 473378D7.4070604@alternize.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>> i was writing the query below containing a subquery. by mistake, i
>> referenced a field from the main table in the subquery, leading to a
>> very strange (but working??) result. the planner announced a insanely
>> high startup cost, but the query itself finished pretty quickly.
>>
>
> Pick up any SQL book and read up on correlated subqueries.
>
> Have a nice day,
>
thanks! i didn't knew this term. the result is pretty obvious now, and
so is the high cost prediction.

regards,
thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2007-11-08 21:45:46 Re: "Resurrected" data files - problem?
Previous Message Martijn van Oosterhout 2007-11-08 20:52:46 Re: subselect field "problem"