cara menghapus baris dengan nilai nol di mysql
DELETE FROM user WHERE username IS NULL;
To Delete the Rows with the Null values if present in any specific Columns.
Coding is fun