HI,
I have two resultset one result set is below
id pdate
1 2006-12-30
another temptable resultset
id pdate
1 null
I want to update the temptable pdate from the previous resultsset where the result is holded in CTE.
i.e update the temptable pdate with value 2006-12-30.
can somebody help me out in this.
Thanks
I have two resultset one result set is below
id pdate
1 2006-12-30
another temptable resultset
id pdate
1 null
I want to update the temptable pdate from the previous resultsset where the result is holded in CTE.
i.e update the temptable pdate with value 2006-12-30.
can somebody help me out in this.
Thanks