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-12T12:41:32Z
Lists: pgsql-general
On Thu, 12 Sep 2024, Muhammad Usman Khan wrote: > You can try the following CTE which removes all the identical rows and only > leave single row Thank you, Muhammed. Rich