public inbox for [email protected]
help / color / mirror / Atom feedFrom: Adrian Klaver <[email protected]>
To: Rich Shepard <[email protected]>
To: [email protected]
Subject: Re: Removing duplicate rows in table
Date: Tue, 10 Sep 2024 08:22:36 -0700
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On 9/10/24 08:07, Rich Shepard wrote:
> I've no idea how I entered multiple, identical rows in a table but I
> want to
> delete all but one of these rows.
Is there a Primary Key or Unique index on this table?
>
> Here's an example:
>
> bustrac=# select * from projects where proj_nbr = '4242.01';
> proj_nbr | proj_name | start_date | end_date | description |
> notes
> ----------+----------------+------------+------------+---------------+-------
> 4242.01 | Expert witness | 2008-10-15 | 2008-10-28 | Consol Energy |
> 4242.01 | Expert witness | 2008-10-15 | 2008-10-28 | Consol Energy |
> 4242.01 | Expert witness | 2008-10-15 | 2008-10-28 | Consol Energy |
> 4242.01 | Expert witness | 2008-10-15 | 2008-10-28 | Consol Energy |
> (4 rows)
>
> How do I clean this up so there's only a single row for this project
> number?
>
> TIA,
>
> Rich
>
>
--
Adrian Klaver
[email protected]
view thread (16+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Removing duplicate rows in table
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox