I'm trying to show the duplicate codes in a mysql query.
I'm doing it with this code:
SELECT 'id', 'idarticulo', 'talla', 'color', count(*) FROM 'CodigosEan' GROUP BY 'idarticulo', 'talla', 'color' HAVING count(*) > 1
The problem is t...
asked by
10.12.2017 / 12:49