| eco-bacchus ---> Le Guide Hubert |
|
|
 |
 |
| AA *** |
Château Le PRE De La LANDE |
*** AA |
| Contact |
| Gérant : BAUCE Michel |
Superficie : 14 Ha |
| Adresse : 2 Lieu dit La Rayre - - 33220 - Pineuilh |
| Téléphone : +33 (0)5 5741 3620 - |
| GPS : 44.80046160 - 0.23118540 |
| |
| |
| 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 ='1077'
and p.produit_status = 1
order by t.theme_clas, a.article_class, article2
[TEP STOP]
| | | |