I need to delete three days(sysdate-2, sysdate-3, sysdate -4) data from my target table. Then I need to update three days (sysdate-3,sysdate-2,sysdate-1)data from the source table.
How do I accomplish this?
Is there a way to use the pre sql in Target properties to delete rows for three dates for the target. and use a sql override in the source qualifier to select rows for three dates and insert it into the target table.