skydome
Faites vivre la légende

Recherchez la solution
qui vous correspond

Skydome

Recherchez la solution
qui vous correspond

lexique


Réaction au feu

Comportement d’un matériau qui, par sa propre décomposition, alimente un feu auquel il est exposé, dans des conditions spécifiées.

SELECT p.id as id_prod, p.nom,s.support,f.fonction FROM sky_produits2_fr p LEFT JOIN sky_fonctions_produits_fr f on f.id_produit=p.id LEFT JOIN sky_images_produits_fr i on i.id_produit=p.id LEFT JOIN sky_supports_produits_fr s on s.id_produit=p.id WHERE i.est_principale='1' group by p.id order by nom asc




SELECT p.id as id_prod, p.nom,s.support,f.fonction FROM sky_produits2_fr p LEFT JOIN sky_fonctions_produits_fr f on f.id_produit=p.id LEFT JOIN sky_images_produits_fr i on i.id_produit=p.id LEFT JOIN sky_supports_produits_fr s on s.id_produit=p.id WHERE i.est_principale='1' group by p.id order by nom asc