Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to delete the rows with null values in mysql

DELETE FROM user WHERE username IS NULL;

To Delete the Rows with the Null values if present in any specific Columns.
 
PREVIOUS NEXT
Tagged: #delete #rows #null #values #mysql
ADD COMMENT
Topic
Name
5+6 =