4
In the example below, I am interested in removing duplicates of rows in columns title
and time
no matter how many columns.
In the example below I am interested that the query returns 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
Would it be possible, post as you are trying to do? and the tables? is just a table? explain better your problem.
– Thomas Erich Pimentel
@Gokussjgod Problem solved, thank you very much!
– Henrique Pizarro
@Gokussjgod Oracle
– Henrique Pizarro
@Marconciliosouza again, the tag added is irrelevant to the question
– user28595