let query ="insert into `employee` (`name`, `empid`, `emp`) values ('"+this.json[i].employeeName+"', '"+this.json[i].emp+"', "+this.json[i].id+")";
please help me
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?
check yours quotes,
you have used : ', " and ` why all those ?