Re: PL/PG SQL: select count(*) into from where - does not compute the where cond

Поиск
Список
Период
Сортировка
От Abraham, Danny
Тема Re: PL/PG SQL: select count(*) into from where - does not compute the where cond
Дата
Msg-id 2C0926ABD16BB641A8E2F11A549200421368899C56@PHXCCRPRD01.adprod.bmc.com
обсуждение исходный текст
Ответы Re: PL/PG SQL: select count(*) into from where - does not compute the where cond - returns always total count  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
... forgot the most import issue

The problem shows when the selection is from a view.

The where condition does not have names contention.

It is:  select count(*) into <var> from <view_name>
where <cond>


В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/PG SQL: select count(*) into from where - does not compute the where cond
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: How to have ant's task insert special chars appropriately?