📜  如何在mysql代码示例中删除具有空值的行

📅  最后修改于: 2022-03-11 15:05:11.284000             🧑  作者: Mango

代码示例2
DELETE FROM user WHERE username IS NULL;

To Delete the Rows with the Null values if present in any specific Columns.