Error this line

let query ="insert into  `employee` (`name`, `empid`, `emp`) values ('"+this.json[i].employeeName+"', '"+this.json[i].emp+"', "+this.json[i].id+")";

please help me

And what is the error?

1 Like

check yours quotes,
you have used : ', " and ` why all those ?

1 Like