Hallo,
ich habe mit folgender Abfrage ein Problem:
$anfrage="INSERT INTO backend_bugliste VALUES ('0','".time()."','0','".$_POST['UserID']."','".$_POST['MelderName']."','".$_POST['Tool']."','".$_POST['Beschreibung']."','".$_POST['Bemerkung']."',tool_updatedata.Version) WHERE tool_updatedata.Tool = '".$_POST['Tool']."'";
Und zwar wird folgende Fehlermeldung herausgegeben:
#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 tool_updatedata.Tool = 'EC3'' at line 1
Was mache ich falsch?