Thanks.Perhaps use ID From-To?
I ran this through SQL and it did the trick:
Code:
SELECT username FROM #xhy5f_users GROUP BY username HAVING COUNT(*) > 1
PS: RFeplace XYZ with the prefix of the database.
Statistics: Posted by I-MAG — Wed Aug 14, 2024 7:03 pm