Hi all
While I am using the below query I am getting the error msg like "Column count doesn't match value count at row 1"
INSERT INTO datain2.student(id,name) VALUES ($query_row[id],'$query_row[name]');
and
I am sure about there is no where conflict with the columns of tables