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?