k-o-e
4/14/2020 - 7:45 PM

Check for Duplicate Entries

SELECT name
FROM oc_coupon
GROUP BY name
HAVING COUNT( * ) >1
LIMIT 0 , 30;