Hi everyone,
Thanks for viewing this post.
I have a question about SQL. May i know how to remove rows that have NULL value in one of the colums.
SELECT name, grade, age FROM education
If let say grade 1 of the rows is NULL, how do i remove that particular rows?
Please guide me thanks.