does anyone know how to select (delete) the second of a pair of rows in 1 table that are joined by 2 different columns and ordered by a third?
e.g. row 1 = a, today, x, y
row 2 = b, yesterday, z, x
I want to select row 2 (and do that for many millions of other pairs)