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

From Rich Shepard
Subject Re: Need help understanding error message
Date
Msg-id e627bd3-4aa6-789f-dd8-fb21163b5ba@appl-ecosys.com
Whole thread Raw
In response to Re: Need help understanding error message  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: Need help understanding error message
List pgsql-general
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'),
...
);



pgsql-general by date:

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