0 to
N result records per record in the original set.
This iteration can be variable, based on some value within each record, or
fixed, based on a given constant value.
The iteration is performed by joining against the virtual ITER table, as
follows:
Iteration Syntax
<column expression> can be replaced by a constant for fixed iteration.
For example, to extract all of the individual letters from a column of words,
with one record per letter extracted (using variable iteration):
Iteration Over Column Values Example
Iteration Over Table Example