Re: Need help understanding error message

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Need help understanding error message
Дата
Msg-id bbe73fcb-4fe-61d6-20b7-7f786ac730bf@appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Need help understanding error message  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: Need help understanding error message  (Rob Sargent <robjsargent@gmail.com>)
Список 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 по дате отправления:

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