In the example below, I'm interested in removing duplicates of the rows in columns title
and time
without worrying about the other columns.
In the example below I'm interested in having the query return rows 32, 34 and 36 and all columns.
id | title | time | domain
32 title1 12:30 domain1.com
33 title1 12:30 domain2.com
34 title2 14:20 domain1.com
35 title2 14:20 domain2.com
36 title3 15:30 domain55.com