my $oldStrID = "foo"; my $newStrID = "bar"; $dbh->execute($newStrID,$oldStrID) #### UPDATE Images SET strID='bar' WHERE strID='foo'