Re: RFE: Column aliases in WHERE clauses

From: Chris Angelico <rosuav(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: RFE: Column aliases in WHERE clauses
Date: 2012-09-18 14:28:31
Message-ID: CAPTjJmpSTJx90DgmG+GMO6N7q0dGCJsJiDSCMJvTshv024A+GA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 18, 2012 at 4:44 PM, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> wrote:
> On 09/18/2012 07:32 AM, Tom Lane wrote:
>>
>> It's easier to understand why this is if you realize that SQL has a very
>> clear model of a "pipeline" of query execution.
>
> I just wish they hadn't written it backwards!
>
> It'd be much less confusing were it formulated as something like:
>
> SELECT
> FROM thetable
> WHERE first_letter > 'a'
> RESULTS left(value,1) AS first_letter
>
> or something, where the order is more obvious. I really dislike the way SQL
> is written not-quite-backwards.

I agree, SQL has its quirks. There are general principles, but they're
all violated somewhere... "UNION ALL" annoys me some by breaking the
rule that more words = more work, which is almost universally adhered
to elsewhere. But such is the nature of specifications.

ChrisA

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yvon Thoraval 2012-09-18 15:10:51 Re: On Ubuntu 12.04 i do have two psql one of those isn't working
Previous Message António Rodrigues 2012-09-18 14:06:34 Re: Move table - New schema