select a.clef clef,
a.source_inter source_inter,
a.clef_inter clef_inter,
a.id_article id_article,
a.image image,
a.width width,
a.height height,
a.url url,
a.url_uk url_uk,
a.instrument instrument,
a.instrument2 instrument2,
a.instrument3 instrument3,
a.instrument4 instrument4,
a.style style,
a.titre titre,
a.prix prix,
a.descr descr,
a.descr_uk descr_uk,
a.exemple exemple,
a.titre_exemple titre_exemple,
a.audio audio,
a.hazard hazard,
a.cd cd,
a.video video,
a.k7 k7,
a.instrumentation instrumentation,
a.best,
c.clef_instru clef_instru,
c.UK instru_UK,
c.FR instru_FR,
c.ES instru_ES,
c.GR instru_GR,
d.Format Format,
d.ID Format_ID,
e.nom_vendeur Vendeur,
e.clef_vendeur clef_vendeur,
f.clef_devise clef_devise,
f.devise devise,
f.taux taux,
(a.prix/f.taux) prix_euro,
a.date date
from VENTE_DIGITAL_AGREGATION a
left join VENTE_INSTRUMENTATION c
on (c.clef_instru=a.FSInstrumentation_ID)
left join RELAT_VDA_Typefichier d
on (d.ID=a.type_fichier_ID)
left join vendeurs e
on (e.clef_vendeur=a.Vendeur_ID)
left join VENTE_DEVISE f
on (f.clef_devise=a.devise)
where 1 and a.clef in (3389251030, 3389238810, 3389221635) order by FIELD(a.CLEF,3389251030, 3389238810, 3389221635) :;:
3 partitions trouvées