> I want to update multiple rows based on a given condition. > > Is there a way to do it in torque?
In principle, there should be a way to do it _with_ torque. Torque has no
built-in trigger mechanism, except that one can intercept saves and
selects on tables which are acessed by torque.
The exact implementation depends on what the condition is...
Thomas
