Thanks for the response. However, would the results include all records with duplicate types?
For ex,
ID name type
--- ------- ------
1 ad v
2 ba c
2 ba c
1 ad v
3 ca c
4 da v
1 ad c
I'd only want to return the ids that had more than one type of type. So in this case, ID 1 is the only ID associated with types c and v, so it should be the only result returned.