On Fri, Sep 18, 2020 at 1:18 PM Igor Korot <ikorot01@xxxxxxxxx> 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.