bonkey wrote: That should be an UPDATE statement. INSERT is for adding rows. You can't add a row WHERE some matching criteria is satisfied You UPDATE a row WHERE some matchnig criteria is satisfied.