Top "Mysql-error-1064" questions

1064 means "syntax error" in MySQL.

MySQL: "You have an error in your SQL syntax... near 'desc) VALUES ('Idea','Description')'"

I am trying to get MySQL to work for my form submissions. I am having a problem when I try …

php mysql mysql-error-1064
Insert into a table which has a dash in the name

I have a table called concept-relation and I want to insert into it. for ($i = 0; $i < count($sources); $i++) { $…

php mysql pdo mysql-error-1064