Postgres

1 Articles 0 Followers


[PG] SQL Tips: Removing duplicate rows

11 Nov 2021 1 minute read 0 comments rafaeldomi

The Problem Once a while people comes to me asking for help to remove duplicate rows on tables, and when I see how they're trying to accomplish this I get scared how complex is the queries to find the duplicates rows to remove. So, in the beginning o...