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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.