skydome
Faites vivre la légende

Recherchez la solution
qui vous correspond

Skydome

Recherchez la solution
qui vous correspond

  • Lexique
  • Flash-over ou embrasement éclair

lexique


Flash-over ou embrasement éclair

Passage à l’état de combustion généralisée en surface de l’ensemble des matériaux combustibles dans une enceinte.

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