Reserved words

SQL object names like table and column names cannot be SQL reserved words in MySQL.

Solution

Table or column names which are MySQL reserved words must be renamed.