Viewing 5 posts - 1 through 5 (of 5 total)
Sean Lange (7/1/2011)
July 1, 2011 at 9:54 am
Unfortunally not. Plase, I only want to know if there is a "for each" loop, if there is not, I will use WHILE and a CURSOR.
July 1, 2011 at 9:46 am
I'm not doing simple updates. Its a logic that a simples SQL command dos not resolve.
In oracle ican do a foreach expression, like this:
FOR( row IN (SELECT * FROM People))...
July 1, 2011 at 9:33 am
I'm using a cursor and a while. But, I want to know if there is a simplifyed way to do this iretactions, like Oracle For.
July 1, 2011 at 8:34 am
Viewing 5 posts - 1 through 5 (of 5 total)