My table Acidente
looks something like this:
Vitima - DataRegistro
Pedro - 10/02/2015
Pedro - 20/03/2015
Maria - 01/05/2015
Maria - 01/05/2015
I need to make a query (Sql) that returns the records that contain:
- Victim's name appears more than once
- With different record dates (in this case the last record will not return in the query)