Problemunvalidated
Now I want to keep only the rows where we have multiple times the same ID and Name combination. — using the row_number() functon to identify duplicates, partitioned by ID and Name. Tension: the third, fourth and last row should be removed. Outcome: How can this be done?
054a3b90-0776-4a44-b6e0-f762b6eff7d5
Now I want to keep only the rows where we have multiple times the same ID and Name combination. — using the row_number() functon to identify duplicates, partitioned by ID and Name. Tension: the third, fourth and last row should be removed. Outcome: How can this be done?