|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Étudiant Inscription : mai 2011 Messages : 32 ![]() |
Bonjour
j'ai un grand problème et je n'arrive pas à trouver une solution!!!!!!!j'ai à remplir une table de fait(départ_involontaire) j'ai les 3dimensions:temps_dim,métier_dim,structures_dim. j'ai : table employé qui contient les attributs suivants:id_employé,,structures_employé,métier_employé table départ_employé qui contient ]:id_employé,datedépart_employé,type_depart_employé table structures_dim qui contient :clé_artificielle_structures,id_structure,intitulé structure table métier_dim:clé_artificielle_métier,id_métier,intitulé_métier table temps_dim:clé_artificielle_dim,code_temps donc pour alimenter ma table de fait,,,je fais en utilisant talend : des toracleinput qui ont lien avec le tmap table employé avec liaison main et les autres lookup; je fais une jointure de la table employé avec table depart_employé(id_employé=id_employé) jointure de départ_employé avec temps_dim(datedépart_employé=code_temps) jointures employé avec structures_dim(structures_employé = id_structures), et je dois faire un count(id_employé) from la jointure where départ_employé='XXX' mais je ne sais pas comment faire??? |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com