Re: how to remove empty rows

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема Re: how to remove empty rows
Дата
Msg-id 20110426234422.78481c70@anubis.defcon1
обсуждение исходный текст
Ответ на how to remove empty rows  (e-letter <inpost@gmail.com>)
Ответы Re: how to remove empty rows  (Lew <noone@lewscanon.com>)
Список pgsql-novice
On Tue, 26 Apr 2011 22:37:56 +0100, e-letter <inpost@gmail.com> wrote:


> The command 'INSERT INTO' was used to enter the sum of a mathematical
> function into a table. On a condition, the result was null, causing
> the creation of an empty row in the table.
>
> Using tho command 'DELETE' with the expression:
>
> ...=NULL;
>
> does not remove the empty row. How to remove please?

NULL is *NOT* a value; use ISNULL to test.


--
A diplomat is man who always remembers a woman's birthday but never her age.
        -- Robert Frost

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

Предыдущее
От: e-letter
Дата:
Сообщение: how to remove empty rows
Следующее
От: Lew
Дата:
Сообщение: Re: how to remove empty rows