Hi,
i have empty rows in my table.While trying inserting my records.It shows me the following errors:
ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint f
ails (`test`.`stuprm st`, CONSTRAINT `stuprmst_ibfk_ 1` FOREIGN KEY (`rollno`) REFERENCES `stuprmst` (`rollno`))
i have empty rows in my table.While trying inserting my records.It shows me the following errors:
ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint f
ails (`test`.`stuprm st`, CONSTRAINT `stuprmst_ibfk_ 1` FOREIGN KEY (`rollno`) REFERENCES `stuprmst` (`rollno`))
Comment