[Solved] SQL syntax error in “insert into ‘keys'(a,b,c,d,e) values(?,?,?,?,?)” [closed]


You’re using standard quotes instead of backticks for escaping the MySql reserved word KEYS. Change the table name to any non-reserved word so that the quotes can be removed.

1

solved SQL syntax error in “insert into ‘keys'(a,b,c,d,e) values(?,?,?,?,?)” [closed]