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 <[email protected]>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 > [email protected] with "unsubscribe witango-talk" in the body. ---------------------------------------- To unsubscribe from this list, please send an email to [email protected] with "unsubscribe witango-talk" in the body.
