|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, June 05, 2009 10:42 AM
Points: 27,
Visits: 9
|
|
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
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, January 11, 2013 6:50 AM
Points: 38,
Visits: 292
|
|
In this case, use Temp table.
suppose you try to update CTE, It will update the source table value. it will lead data loss.
|
|
|
|