I have 2 table TableA and TableB I want to insert all records at a time from TableA to TableB if the records are not in TableB
Please help thank you
|
|
I have 2 table TableA and TableB I want to insert all records at a time from TableA to TableB if the records are not in TableB Please help thank you |
|||
|
|
|
|
Assuming they are sharing the same primary key.
|
||
|
|
|
|
This should work
|
||
|
|
|
|
Alternate form of sambo's answer.
|
||||||
|