Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: For And ForEach Loops

    Sean Lange (7/1/2011)


    The point that Dixie and Jeff are trying to make is that loops and cursors can almost always be avoided and replaced with a MUCH MUCH MUCH faster...

  • RE: For And ForEach Loops

    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.

  • RE: For And ForEach Loops

    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))...

  • RE: For And ForEach Loops

    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.

  • RE: For And ForEach Loops

    If exists, how can I do that?

Viewing 5 posts - 1 through 5 (of 5 total)