#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘VAULES (‘875’, ‘Detective Comics’, ‘Lost Boys’, ‘2011-05-01’, 1)’ at line 2
INSERT INTO Comics( ComicNumber, ComicName, ComicTitle, ComicDate, AuthorId )
VAULES(‘875’, ‘Detective Comics’, ‘Lost Boys’, ‘2011-05-01’, 1)
Rule of thumb: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘some text here’ at line #
The red word is usually the problem, or you are missing/adding a comma/quote character in front of it.