INSERT INTO f1_pronostici(punteggio) VALUES('23') WHERE gara='australia' AND
username='daniele'
la tabella f1_pronostici esiste, punteggio è un campo int di tale tabella, 23 è il valore che desidererei inserire. Anche i campi username e gara esistono ma nonostante ciò phpadmin restituisce il seguente 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 'WHERE gara='australia' AND username='daniele'' at line 1