Iterate same row in table a known number of times

Keith,

If you can get the total row count beforehand, then you can use the batch offset calculator below for pre-calculating batch offsets and iteration. Insert the offset and batch size in the SQL query in each iteration. In the 1st iteration there is no offset, apparently.

batch-calculator.morph (2.6 KB)