SQLite Forum

Is there a way to optimize this UPDATE command to run faster?
Login
param_id doesn't seem to be showing up anywhere in your update query. Is that right, or should there also be a bit saying the param_id's are equal? If you've got more than one param_id per object_id then you're potentially messing things up I believe.