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

[ad_1]

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

[ad_2]

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