sql-select.html ordinal number of an output column.

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: sql-select.html ordinal number of an output column.
Date: 2022-09-24 12:40:36
Message-ID: CACJufxEFHdjmYVH9EwiJ9a1_0viHRNrBtZZ8BgbJS4FCu+Hhzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

quote from https://www.postgresql.org/docs/current/sql-select.html

The elements of the PARTITION BY list are interpreted in much the same
> fashion as elements of a GROUP BY
> <https://www.postgresql.org/docs/current/sql-select.html#SQL-GROUPBY>
> clause, except that they are always simple expressions and never the name
> or number of an output column.
>

I think "number of an output column" refers to "ordinal number of an output
column".

--
I recommend David Deutsch's <<The Beginning of Infinity>>

Jian

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2022-09-24 15:14:42 Re: Do blocks support transaction control?
Previous Message PG Doc comments form 2022-09-24 02:41:27 How to access a database in the pgadmin UI