Forum Discussion
umaluagr
2 years agoRegular Visitor
Delete the rows if the value in one column is null
Hi community
I have a table with 20 columns. If the value in column 5 is null I want to delete this row automatically. The table is constantly filled and I want to avoid having those incorrect rows in there. So, IF column 5 IS null THEN delete row. I am sure there is an easy solution out there. I just don't get it.