Forum Replies Created

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

  • RE: Creating a loop for updating

    Thank you all. GlJJR I was able to use the code that you posted and it worked wonderfully. It brought back fewer rows which helped me to identify...

  • RE: Creating a loop for updating

    I am updating a field on one table based on the value of a field from a different table.

    UPDATE TABLE1

    SET TABLE1.media1_id =

    (SELECT c.agreement_id

    ...

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