So löschen Sie die Zeilen mit Nullwerten in 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