| eco-bacchus ---> Vin Blanc 1/2 Sec |
|
|
 |
 |
| AA *** |
Domaine HEITZ |
*** AA |
| Contact |
| Gérant : HEITZ Philippe |
Superficie : 7 Ha |
| Adresse : 4 Rue Ettore Bugatti - - 67120 - Molsheim |
| Téléphone : (33) 03 8838 2538 - |
| GPS : 48.54582900 - 7.49078900 |
| |
| |
| Produit |
0 -
select distinct t.theme_id, sujet_id, theme_en,
produit_fr,
a.article_id as article1_id, a.article_en as article1,
a2.article_id as article2_id, a2.article_en as article2,
y.year_name
from ecoounet_ecb1.3_4_produit p
left join ecoounet_ecb1.3_3_article a on a.article_id = p.article_id
left join ecoounet_ecb1.3_3_article2 a2 on a2.article_id = p.article2_id
left join ecoounet_ecb1.3_year y on y.year_id = p.year_id,
ecoounet_ecb1.3_2_theme t
where a.theme_id = t.theme_id
and p.domaine_id ='92'
and p.produit_status = 1
order by t.theme_clas, a.article_class, article2
[TEP STOP]
| | | |