Re: RFE: Alises in WHERE clauses

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: "Daniel Serodio (lists)" <daniel(dot)lists(at)mandic(dot)com(dot)br>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: RFE: Alises in WHERE clauses
Date: 2012-09-17 20:46:28
Message-ID: 50578C24.3020704@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 17/09/2012 21:24, Daniel Serodio (lists) wrote:
> It would be nice if PostgreSQL supported column aliases in WHERE
> clauses, eg:
>
> SELECT left(value, 1) AS first_letter
> FROM some_table
> WHERE first_letter > 'a';
>
> Is this the proper mailing list for such feature requests?

No. :-)

Try pgsql-general instead; this list is for PgAdmin.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-09-17 20:57:16 Re: server status window - query is not clearing one SQL is finished (change in behaviour)
Previous Message Daniel Serodio (lists) 2012-09-17 20:24:47 RFE: Alises in WHERE clauses