how to remove empty rows

Поиск
Список
Период
Сортировка
От e-letter
Тема how to remove empty rows
Дата
Msg-id BANLkTi=Gm0e87fvFEPcLZv1NNT0GtTJ5HA@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to remove empty rows  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
Readers,

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?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting null values in an update statement
Следующее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: how to remove empty rows