Ho una tabella 'nomi in un db con 3 campi ,id(con auto increment) nome e cognome , questo è la stampa della query che mi faccio rendere :
INSERT INTO 'nomi'('id','nome', 'cognome') VALUES ('','mario','rossi')
questo l'errore :
#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 ''nomi'('id','nome', 'cognome') VALUES ('','mario','rossi')' at line 1
Dove sbaglio ?