Skip to content
Advertisement

How to find duplicate entries in the table

I am trying to find duplicate entries in the table but if I use Code only in the script then it will give me the duplicate entries in the table.

But I want to get all the information from the table including duplicate code.

Can someone guide me where I am doing wrong?

This results in 2 entries:

But when I tried the below script, it returns nothing.

duplicate rows

Advertisement

Answer

You are grouping by description which is causing the issue. Please try this.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement