how to remove empty rows - Mailing list pgsql-novice

From e-letter
Subject how to remove empty rows
Date
Msg-id BANLkTi=Gm0e87fvFEPcLZv1NNT0GtTJ5HA@mail.gmail.com
Whole thread Raw
Responses Re: how to remove empty rows
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting null values in an update statement
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: how to remove empty rows