Re: Need help understanding error message

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Need help understanding error message
Date: 2021-10-26 18:06:49
Message-ID: e627bd3-4aa6-789f-dd8-fb21163b5ba@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'),
...
);

In response to

Responses

Browse pgsql-general by date

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