2
What I need to do is in this image. How I do?
This is the query I did and it’s coming empty and I don’t know why.
SELECT event_type, value from teste t1
Where exists (select event_type, value
from teste t2
where t2.event_type = t1.event_type
and t2.value = t1.value
group by event_type, value
having count(*) > 1)
just read, hehe joke, the right would be you translate does not think? :)
– Maicon Carraro
The time and why I posted everything and only have 1:20 to finish and are three questions. What is asked is to take the repeated values make a sub with the first value and the last.
– pnet
You would have better result posting in the OS in English, since you can not translate.
– RSinohara