Re: where clause help

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: where clause help
Дата
Msg-id 87ps5ubkpt.fsf@gmail.com
обсуждение исходный текст
Ответ на Re: where clause help  (Ketema <ketema@gmail.com>)
Список pgsql-general
Ketema <ketema@gmail.com> writes:

> Man so simple!  is your solution the same as:
>
> num_provisioned < num_products AND (num_open_issues + num_provisioned
> + num_canceled) < num_prods
>
> which is what i finally came up with....

This can be simplified to "num_open_issues + num_provisioned +
num_canceled < num_prods", without the AND and the other statement.

--
Jorge Godoy      <jgodoy@gmail.com>

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

Предыдущее
От: Brent Wood
Дата:
Сообщение: Re: where clause help
Следующее
От: "Magicloud Magiclouds"
Дата:
Сообщение: [pgsql] inherits and foreign key problem