Script for removing duplicate rows
Hi, I have a script where I update a table by another one.For the final table, I would like to remove duplicate rows based on defined columns.Thereby, the row with the lower row number should be deleted. In the following you can see an example for better illustration: RowDateABCD122.10.2021110415223.10.2021215827326.10.2021325 425.10.2021471312526.10.20213256 For this table, the duplicate rows ar...