Re: Problem with records that disappear.

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Problem with records that disappear.
Дата
Msg-id 50F3D077.3070309@hogranch.com
обсуждение исходный текст
Ответ на Problem with records that disappear.  (Condor <condor@stz-bg.com>)
Список pgsql-general
On 1/14/2013 12:15 AM, Condor wrote:
>   IF aid > 0 THEN
>     SELECT INTO ids id FROM table_3 WHERE x = x;
>     IF aid IS NULL THEN
> ....

oh, I see a logical error here too...   if "aid" /is/ in fact NULL then
that inner code will never be executed, because NULL can not be > 0, it
has no value.  For that matter, neither will either of the UPDATE's in
front, since id = NULL is never true.





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

Предыдущее
От: Hendrik Visage
Дата:
Сообщение: Re: Linux Distribution Preferences?
Следующее
От: Condor
Дата:
Сообщение: Re: Problem with records that disappear.