22.07.2015, 13:21
(
Последний раз редактировалось DaniceMcHarley; 01.06.2017 в 03:08.
)
Quote:
|
That is exactly the problem. However, 'text' is a reserved word as well, that is why the error was right before the '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. |


