Steve, Standard SQL HAVING clauses should work:
SELECT columnname, COUNT (*) FORM tablename GROUP BY columnname HAVING COUNT (*) > 1 On Wed, Sep 14, 2011 at 11:07 AM, Fogelson, Steve <stevefogel...@askics.net>wrote: > Using MySQL. Is there a simple way to find duplicate rows based on a > column?**** > > ** ** > > Thanks**** > > ** ** > > Steve Fogelson**** > > ------------------------------ > To unsubscribe from this list, please send an email to > lists...@witango.com with "unsubscribe witango-talk" in the body. ---------------------------------------- To unsubscribe from this list, please send an email to lists...@witango.com with "unsubscribe witango-talk" in the body.