22.07.2015, 08:18
Quote:
My guess would be: int is a reserved keyword thus he needed to add quotation marks to int.
|
As a rule of thumb in MySQL:
Always add backticks to column names and table names and add single quotation marks (apostrophes) to string values.