Postgresql – Remove duplicates using multiple criteria in SQL
I've tried all afternoon to dedup a table that looks like this: ID1 | ID2 | Date | Time |Status | Price ----+-----+------------+-----------------+--------+------- 01 | A | 01/01/2022 | 10:41:47.000000 | DDD | 55 01 | B | 02/01/2022 |…