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

From Rich Shepard
Subject Re: Need help understanding error message
Date
Msg-id bbe73fcb-4fe-61d6-20b7-7f786ac730bf@appl-ecosys.com
Whole thread Raw
In response to Re: Need help understanding error message  (Rob Sargent <robjsargent@gmail.com>)
Responses Re: Need help understanding error message
List 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



pgsql-general by date:

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