Re: Need help understanding error message

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Need help understanding error message
Дата
Msg-id DEE341D0-4814-44DC-9B2D-CFA7E3506A1F@gmail.com
обсуждение исходный текст
Ответ на Re: Need help understanding error message  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Need help understanding error message [RESOLVED]  (Rich Shepard <rshepard@appl-ecosys.com>)
Список 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 по дате отправления:

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Need help understanding error message
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Need help understanding error message