skydome
Faites vivre la légende

Recherchez la solution
qui vous correspond

Skydome

Recherchez la solution
qui vous correspond

lexique


ISO

International Organization for Standardization. Fédération mondiale d’organisations nationales de normalisation.

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