Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the Delete scenario, firstly, I need to compare date of source and target (by extracting date from timestamp) - delete the matching records, then I've to insert the new records (for the deleted date) to the target. How can i achieve this?
source - .csv file, target - postgresql database