I just want to delete those null rows, i tried to use them and it wont even let me edit them, i get the same error trying to delete or edit them.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the problem being that there are a number of rows with just nulls, so when you try and delete just one row it will complain as that row is not unique,
Maybe try a SQL statement to delete the rows, such as
I have not been able to test this query but it should work for you.