I want to replicate data from source table A to target table B ,Before Replicating to Target B I wan
Hi All,
I want to replicate data from source table A to target table B ,Before Replicating to Target B I want to check the source A date with another table C.If data is existing in the C table then replicate that to Target B,else do not want to replicate that data from Source A.Please suggest how to achieve this.