Hello,

How can I do some process for each partition in some other table.

for example lets say table A has partitions 1,2,3

I want to be able to say

for each partition in A do {
select * from A where partition is ? into some othertable where partition is ?
}

Best Regards,
C.B.

Reply via email to