Skip to content
Advertisement

Finding Duplicate Accounts

I’m facing a problem with the data I’ve because of duplicate accounts, and I need to find all the duplicate accounts. For example

Found some duplicate account like this with 0’s as the prefix.

I tried framing an SQL using a subquery but that is not working

expected:

Advertisement

Answer

Is this what you want?

Or, if the number of 0s can vary:

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