I have a source in DB2/AS400 and target in Informix. The source doesn't have any PM key or any unique key. All the columns contain dublicate datas, or it is not unique. I want to implement incremental load for the target table. But I am not sure on how to implement this since nothing in the table is unique. I only want to insert new rows which doesn't exist in the target table.
Thank you all for you help in advance.
Thank you all for you help in advance.