Re: Need help understanding error message

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Need help understanding error message
Date: 2021-10-26 18:15:32
Message-ID: DEE341D0-4814-44DC-9B2D-CFA7E3506A1F@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Oct 26, 2021, at 11:06 AM, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
>
> On Tue, 26 Oct 2021, Ron wrote:
>
>> Show us the actual UPDATE statement.
>
> Ron,
>
> insert into contacts (person_nbr,contact_date,contact_type,notes,next_contact) values
> (1,'2021-10-26','Email','message 3','2012-11-16'),
> (4,'2021-10-26','Email','message 3','2012-11-16'),
> (6,'2021-10-26','Email','message 3','2012-11-16'),
> (3,'2021-10-26','Email','message 3','2012-11-16'),
> (6,'2021-10-26','Email','message 3','2012-11-16'),
> ...
> );
>
Aren’t lines 3 and 6 duplicates?

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2021-10-26 18:16:15 Re: Need help understanding error message
Previous Message Rob Sargent 2021-10-26 18:14:17 Re: Need help understanding error message