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:05:04
Message-ID: bbe73fcb-4fe-61d6-20b7-7f786ac730bf@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2021-10-26 18:06:49 Re: Need help understanding error message
Previous Message Rob Sargent 2021-10-26 18:00:22 Re: Need help understanding error message