Rúbrica
Unlimited creativity, with designs that create welcoming spaces from an updated and colorful perspective. This is Rúbrica, the new White body wall tile collection in 20x20 cm format. A collection that generates beauty in everyday life thanks to an extensive range of colours, combinations of matt and gloss, textured surfaces and imperfections that enhance the value of a handmade look.
SELECT s.id id, s.nom nom, f.nom_cm formato, s.subtipomaterial subid, sm.subtipo_en subnom FROM vives_db.series s LEFT JOIN vives_db.colecciones c ON c.id = s.coleccion LEFT JOIN vives_db.formatos f ON f.id = s.formato LEFT JOIN vives_db.subtipomaterial sm ON sm.idsubtipomaterial = s.subtipomaterial WHERE s.id IN (SELECT MIN(s.id) id FROM vives_db.series s LEFT JOIN vives_db.colecciones c ON c.id = s.coleccion WHERE 1 = 1 AND s.coleccion != 0 AND c.visible = 1 AND s.vigente = 1 AND c.id = 31 GROUP BY nom) ORDER BY s.nom; ;