Hi,
I am trying to append latest data basis latest date in source table.
For ex: Max(date) in source: 10/12/2020
Max(date) in target:11/12/2020.
first i want to check max date in both tables and if max date in source is greater than max date in target then append latest date data in target table.