Re: UPDATE with multiple WHERE conditions

Rich Shepard <rshepard@appl-ecosys.com>

From: Rich Shepard <rshepard@appl-ecosys.com>
To: pgsql-general@lists.postgresql.org
Date: 2024-06-12T22:41:14Z
Lists: pgsql-general
On Wed, 12 Jun 2024, David G. Johnston wrote:

> I'll often just use a spreadsheet to build the 295 update commands and
> copy-paste them into psql or whatnot.

David,

I'll create and use a temporary table.

Thanks,

Rich