| eco-bacchus ---> Charte Vin Bio FNIVAB |
|
|
 |
 |
| AA *** |
Domaine AMIRAULT |
*** AA |
| Contact |
| Gérant : AMIRAULT Jean-Marie |
Superficie : 10 ha |
| Adresse : 6 Rue des Nozillons - La Motte - 37140 - Benais |
| Téléphone : +33 (0)2 4797 4800 - +33 (0)6 0551 9744 |
| |
| |
| 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 ='1134'
and p.produit_status = 1
order by t.theme_clas, a.article_class, article2
[TEP STOP]
| | | |