I have this query to mysql:
SELECT * FROM 'Articulos' WHERE FIND_IN_SET('color', '310') AND FIND_IN_SET('talla', '305') AND FIND_IN_SET('empresa', '199')
and here is a screenshot of php myadmin from the list of articles where you can see if that combination exists.
What do I have wrong for me to return 0 if there are results?