Wood look ceramic and porcelain tiles
Wood-effect porcelain tiles and wall tiles
Find the best selection of Ceramic Wood in our catalogue. Tiles that look like real wood, porcelain tiles that imitates parquet, Nordic style, vintage look or pickled, wood burned and even OSB boards. Enjoy the warmth and naturalness of wood with the advantages of ceramic floor tiles.
SELECT MIN(s.id) id, s.nom nom, MIN(f.nom_cm) formato, MIN(s.tipomaterial) tipid, MIN(s.subtipomaterial) subid, MIN(tm.tipomaterial_en) tipnom, MIN(sm.subtipo_en) subnom, lower(t.nom_en) tipol FROM vives_db.series s left join vives_db.serie_has_tipologia as st on st.id_serie = s.id LEFT JOIN vives_db.tipologia as t on st.id_tipologia = t.idtipologia LEFT JOIN vives_db.formatos f ON f.id = s.formato LEFT JOIN vives_db.subtipomaterial sm ON sm.idsubtipomaterial = s.subtipomaterial left join vives_db.tipomaterial tm on s.tipomaterial = tm.idtipomaterial WHERE 1 = 1 AND s.vigente = 1 AND t.idtipologia = 5 GROUP BY nom ORDER BY id desc, s.nom ;