Re: trying to write a bit of logic as one query, can't seem to do it under 2

Поиск
Список
Период
Сортировка
От Jonathan Vanasco
Тема Re: trying to write a bit of logic as one query, can't seem to do it under 2
Дата
Msg-id 6C745CB3-183F-4937-8C96-FA22D46133E5@2xlp.com
обсуждение исходный текст
Ответ на Re: trying to write a bit of logic as one query, can't seem to do it under 2  (Glen Parker <glenebob@nwlink.com>)
Ответы Re: trying to write a bit of logic as one query, can't seem to do it under 2
Список pgsql-general
it would be that, but with greatest

thank you.  that's the exact query i was failing to write !

On Apr 21, 2010, at 8:51 PM, Glen Parker wrote:

> UPDATE
>  cart_item
> SET
>  qty_requested_available = least(cart_item.qty_requested,
> stock.qty_available)
> FROM
>  stock
> WHERE
>  cart_item.stock_id = stock.stock_id AND
>  qty_requested_available <> least(cart_item.qty_requested,
> stock.qty_available);


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

Предыдущее
От: Glen Parker
Дата:
Сообщение: Re: trying to write a bit of logic as one query, can't seem to do it under 2
Следующее
От: Scott Mead
Дата:
Сообщение: Re: Identical command-line command will not work with \i metacommand and filename