Re: 2nd attempt: Window function SQL - can't quite figure it. - Mailing list pgsql-novice

From Pál Teleki
Subject Re: 2nd attempt: Window function SQL - can't quite figure it.
Date
Msg-id CAMLfE0PiSoA6eEF6sEF-Q33phP43kh7gcqT+1PFcu1-nRu1Rag@mail.gmail.com
Whole thread Raw
In response to Re: 2nd attempt: Window function SQL - can't quite figure it.  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-novice
>> Now, why can't I use deptot and stot_per_man aliases in  my query? It
>> would greatly simplify the SQL by removing the need for a subquery (or inline
>> view as Oracle calls them).


> SQL execution of a query is only done once.  Referring to an alias at the
> same level in a query would require some kind of duplication to work.
> Either two phase processing or cloning the subselect that is being alised
> and executing it a second time to be used in the second location.  Neither
> are desirable.


Thanks for the assistance and clarification. Appreciate your time!


Pál



> David J.



--

--

Pál Teleki


pgsql-novice by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: 2nd attempt: Window function SQL - can't quite figure it.
Next
From: KARIN SUSANNE HILBERT
Date:
Subject: PostgreSQL v9.4, ERROR: must be owner of database test_db