| eco-bacchus ---> Amphore (bio) |
|
|
 |
 |
| AA *** |
Domaine De La BONNE-TONNE |
*** AA |
| Contact |
| Gérant : GRILLET Marcel |
Superficie : 9.50 Ha |
| Adresse : Haut Morgon - - 69910 - Villié Morgon |
| Téléphone : (33) 04 7469 1222 - |
| GPS : 46.14805600 - 4.67901700 |
| |
| |
| 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 ='575'
and p.produit_status = 1
order by t.theme_clas, a.article_class, article2
[TEP STOP]
| | | |