When trying to insert something into a table that contains only one column I get an error message. It works fine with all other tables but I don't find any reason why the following SQL query should not work:
Any help is appreciated
SQL query:
INSERT INTO inbox
SET FROM =1
MySQL said: Documentation
#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 'from=1' at line 1