I have a simple query code that always gives me an error, no idea what could be wrong.
The code is:
INSERT INTO 'email' ('id','firstname','lastname','email') VALUES ('','Peter','Miller','test@mail.com');
And I get the following error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''email' ('id','firstname','lastname','email') VALUES ('','Peter','Miller','test@' at line 1