I’v got a table with columns like this:
serial_id season ep_id
1 1 1 < duplicate
1 1 2
3 1 1
...
1 1 1 < duplicate
I want to select all rows that have a duplicated values in serial_id, season and ep_id , what query i should use?
Thanks.
“..duplicated values in serial_id, season and ep_id.”
but if you want to get all columns (*assuming you have other columns except serial_id, ep_id, season*) within the row