Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]]

From: Stanislav Motycka <stanislav(dot)motycka(at)gmail(dot)com>
To: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]]
Date: 2020-02-25 19:46:37
Message-ID: 88ec1892-2282-ab67-b2aa-1f69003e2392@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dňa 25. 2. 2020 o 20:28 Paul A Jungwirth napísal(a):
> I take the proposal to mean this:
>
> SELECT listOfColumns [EXCEPT listOfColumns] FROM ...
Exactly, simply exclude unneeded columns from the base clause "SELECT",
nothing more ..

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2020-02-25 19:53:29 Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]]
Previous Message Guyren Howe 2020-02-25 19:39:09 Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]]