How to find duplicate records in a table
602082Nov 28 2007 — edited Sep 17 2008Hi,
I have a table named JE_DESC. The fields it in it are JE_NUMBER,MONTH,ENTITY_REFERENCE and AMOUNT.
I want to find duplicate records with JE_NUMBER,MONTH and ENTITY_REFERENCE combination.
Then i want to find the Sum of Amount in the duplicate fields
Can anyone help me in generating a query for this
Thanks in advance