Hi all,
i want query to find duplicate records, i have two field in one table
Cusip and category
cusip and category are many or duplicates
but in one cusip category should be the same if not then provide the cusip which has different category used
like this
Cusip Category
123 R
456 P
123 R
456 P
678 Q
678 Q
123 A
result should be
Cusip Category
123 R
123 R
123 A
i want query to find duplicate records, i have two field in one table
Cusip and category
cusip and category are many or duplicates
but in one cusip category should be the same if not then provide the cusip which has different category used
like this
Cusip Category
123 R
456 P
123 R
456 P
678 Q
678 Q
123 A
result should be
Cusip Category
123 R
123 R
123 A