RE: How to Update multiple rows
Thomas Fischer <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <OF7B592819.0F3D27F0-ONC12574F3.00314FDC-C12574F3.0031AA7A@seitenbau.net> |
> 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