Searching for Duplicates - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: Searching for Duplicates (/showthread.php?tid=277) |
Searching for Duplicates - dankitchen - 01-15-2024 I am looking to search for duplicates in a column. For example, I have a contacts search type with an email column. I want to find all of the subjects where the email is duplicated. I could do this by looping through each item and running a query but I feel like that might be heavy on the server so wondering if there is a simpler approach? Thanks! Dan RE: Searching for Duplicates - listy - 08-30-2024 If you doing so just to remove duplicates, then why bother about server load or anything else. |