What happens if an already existing record is sent for an update query as it is to an update table component? Does it go unused?
I have an abinitio output file which has records to be updated(not inserted). I need to collect only those records which are actually updated. So how can we separate the records which are exactly same as before in DB (not updated) and which have at least one field updated?