question: I have a table with entries
question: I have a table with entries, auto-dedupe is enabled and I want to re insert same records, but keep the last version scenario: I have a company with latest funding date = 2020-01-01 and now I get the data again, but company have latest funding date = 2025-01-01 . I want to insert the csv records, existing and new records, but if already exist, keep the latest entry can this be achieved by using order by created date desc and then once imported, will it keep the recently added entry over the existing one?