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

From Rob Sargent
Subject Re: Need help understanding error message
Date
Msg-id 37F9B54E-6EA8-46AB-B7BC-41F40B53A121@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
List pgsql-general

> On Oct 26, 2021, at 11:05 AM, Rich Shepard <rshepard@appl-ecosys.com> wrote:
>
> On Tue, 26 Oct 2021, Rob Sargent wrote:
>
>> What do you get when you select * where person_nbr = 6 and contact_date =
>> ‘2021-10-26’ and contact_type = ‘Email’ from activities; ?
>
> Rob,
>
> <where person_nbr = 6 and contact_date = '2021-10-26' and contact_type = 'Email';
> person_nbr | contact_date | contact_type | notes | next_contact
------------+--------------+--------------+-------+--------------
> (0 rows)
>
> Rich
>
Are you doing a batch of updates, and including/generating a duplicate in there?

>




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