Re: Removing duplicate rows in table
Rich Shepard <rshepard@appl-ecosys.com>
From: Rich Shepard <rshepard@appl-ecosys.com>
To: pgsql-general@postgresql.org
Date: 2024-09-10T15:32:34Z
Lists: pgsql-general
On Tue, 10 Sep 2024, Francisco Olarte wrote: > Do you have any kid of corruption (i.e, unique index violation) or is > it just a duplicate problem? Francisco, Only a duplicate problem because when I created this table I didn't make the proj_nbr column a PK. > Also, if you do not have any uniqueness criteria consider adding an > "id identity" column, it is useful when shit hits the fan. Yep. that's what I will do. Thanks, Rich