Updating a CTE

  • Hello,

    I have a CTE and wish to update it. Is this possible?

    I want the UPDATE to work recursively for all the records in the CTE? is this possible.

    Kindly help.

    Regards,

    meatssc

  • In this case, use Temp table.

    suppose you try to update CTE, It will update the source table value. it will lead data loss.

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

You must be logged in to reply to this topic. Login to reply