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

Поиск
Список
Период
Сортировка
От Martin Gainty
Тема Re: Re: PL/PG SQL: select count(*) into from where - does not compute the where cond - returns always total count
Дата
Msg-id BLU142-W358A2B6EC59F8B94A62FAAAEDB0@phx.gbl
обсуждение исходный текст
Ответ на 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
the "does not compute the where condition" needs more definition

can you supply the table schema and which columns you want?

select count(*) from table will get you the count
We can banter on the need to store in views once the schema is known

Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.






> From: danny_abraham@bmc.com
> To: danny_abraham@bmc.com; pgsql-general@postgresql.org
> Date: Wed, 23 Sep 2009 05:04:09 -0500
> Subject: [GENERAL] Re: PL/PG SQL: select count(*) into <var> from <ANY VIEW> where <cond> - does not compute the where cond - returns always total count
>
> Any idea?
>
> Thanks
>
> Danny
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Bing brings you health info from trusted sources. Try it now!

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: multiple calls to dblink_connect from within pl/pgSQL function exhaust connection limit
Следующее
От: Emi Lu
Дата:
Сообщение: Re: Graphical representation of query plans