Have Two tables A(Source with 1 record) and B(Target empty), and I have to load the data from A --> B and increment the key value in A(Source) after loading B and update the key value row in table A.
Step 1:
Table A --> Table B
1 --> 1
Step 2:
Table A --> Table A
1+1 --> 2
Can you please let me know how to go about it...
thanks,
Step 1:
Table A --> Table B
1 --> 1
Step 2:
Table A --> Table A
1+1 --> 2
Can you please let me know how to go about it...
thanks,