group by query?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: group by query?
Date: 2004-07-26 07:58:07
Message-ID: 4104B98F.7050006@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In 7.4.3, my workmate came across the following situation he thought was
odd.

Basically, we want to know why the group by and order by in the outer
query get their variables from the inner query and not the select
parameters in the outer query?

Chris

Attachment Content-Type Size
subselect_groupby_test.sql text/plain 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2004-07-26 08:13:30 Re: Improvements to PostgreSQL
Previous Message Suresh Tri 2004-07-26 07:28:49 Stored procedures - Oracle vs postgresql