Hi,
I've a data in which I want to identify duplicates (unlike remove duplicate i want duplicate fields)
For example I've below data
Month Name Amount
Jul-15 John 10$
Aug-15 Alex 15$
Sep-15 John 5$
Jul-15 John 10$
if the above table is my input then i want only below in my results
Month Name Amount
Jul-15 John 10$
Jul-15 John 10$