Subject | Re: [IBO] bookmark |
---|---|
Author | Wolfgang Rohdewald |
Post date | 2007-05-17T07:04:18Z |
On Donnerstag, 17. Mai 2007, Helen Borrie wrote:
update t set x=y where t.id in (99,1245,4) or t.id between 13 and 45
without exceeding the maximum statement length
--
Wolfgang
> That is totally different from what was described, which was to loopI re-read the thread and you are absolutely right, sorry for the noise
> through the entire set and perform DML operations on a per-record basis.
update t set x=y where t.id in (99,1245,4) or t.id between 13 and 45
without exceeding the maximum statement length
--
Wolfgang