balachandar
Programmer
We have two tables A,B. periodically we are moving data
from A to B(all columns).A and B have the same column name.
at a given point of time, if a record is not there in A, then from B we need to take a record for processing.is there
any easy way to do this.
from A to B(all columns).A and B have the same column name.
at a given point of time, if a record is not there in A, then from B we need to take a record for processing.is there
any easy way to do this.