Re: https://www.postgresql.org/docs/current/sql-insert.html

2024-11-05 Thread David G. Johnston
On Saturday, November 2, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/sql-insert.html > Description: > > Is my suspicion valid? > The presence of the returning clause and subsequent usage of t

https://www.postgresql.org/docs/current/sql-insert.html

2024-11-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-insert.html Description: Hi, the example found in the doc above: WITH upd AS ( UPDATE employees SET sales_count = sales_count + 1 WHERE id = (SELECT sales_person FROM accounts W