Re: Why won't this function loop?

Поиск
Список
Период
Сортировка
От Rob Richardson
Тема Re: Why won't this function loop?
Дата
Msg-id 04A6DB42D2BA534FAC77B90562A6A03D0161672D@server.rad-con.local
обсуждение исходный текст
Ответ на Why won't this function loop?  ("Rob Richardson" <Rob.Richardson@rad-con.com>)
Список pgsql-novice
Answering my own question:  It appears that FOUND will always be true
after calling the min() function, and probably after any other aggregate
function as well, even if the set of data the min() function is looking
at is empty.

RobR

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

Предыдущее
От: "Rob Richardson"
Дата:
Сообщение: Why won't this function loop?
Следующее
От: Michael Rowan
Дата:
Сообщение: Multi-row insert using a Function