Re: How to write such a query - Mailing list pgsql-general

From David G. Johnston
Subject Re: How to write such a query
Date
Msg-id CAKFQuwYCcreak5NEMNNfoJXQTj64R3VO=mA43OjXcUYxdUEOYQ@mail.gmail.com
Whole thread Raw
In response to Re: How to write such a query  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On Fri, Sep 18, 2020 at 1:18 PM Igor Korot <ikorot01@gmail.com> wrote:
As I said - Access does it without changing the query internally (I presume).

I want to do the same with PostgreSQL.

I suspect they basically do the equivalent of:

UPDATE ... WHERE CURRENT OF <cursor name>;


David J.

pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: How to write such a query
Next
From: Igor Korot
Date:
Subject: Re: How to write such a query