Re: Need help understanding error message - Mailing list pgsql-general

From Rob Sargent
Subject Re: Need help understanding error message
Date
Msg-id DEE341D0-4814-44DC-9B2D-CFA7E3506A1F@gmail.com
Whole thread Raw
In response to Re: Need help understanding error message  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Need help understanding error message [RESOLVED]
List pgsql-general

> On Oct 26, 2021, at 11:06 AM, Rich Shepard <rshepard@appl-ecosys.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?

>




pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Need help understanding error message
Next
From: Rich Shepard
Date:
Subject: Re: Need help understanding error message