I want to delete identical rows from delta table which doesnt have any primary key.
how to achieve this scenario?
if i have a delta table like below:
i need to remove the duplicates by comparing entire row and i need result like
how to achieve this scenario?