Start a new topic
Answered

rownumber mapping staging table

hello,


I wonder to find a way to have in a satging table(mapping), a field(column) withe a row-number.


it would be like the sql function "ROW_NUMBER" .


image



thanks


Best Answer

i found the solution.


image



je ne suis pas un expert non plus.


je ne comprends pas votre problème, votre table de "stage" doit avoir la bonne valeur du ROWNUM normalement.

Merci de Votre retour :


Désolé de mon incompréhension, je suis débutant 


Voilà ce que j'aimerais appliquer :


ROW_NUMBER() OVER (PARTITION BY VTE_REF_TERRITOIRE_DTC.CODE_COMMERCIAL ORDER BY VTE_REF_TERRITOIRE_DTC.[NOM_COMMERCIAL])


image








Bonjour,


dans la table de stagging, directement avec la fonction (ROWNUM) dans l'expression editor


Cdlt

Bonjour,


Sur quel champ avez appliqué le row_number ?

J'ai un cas similaire et j'aimerais comprendre le cheminement de l'information 


Cdt, 


Erwan GICQUEL

Answer

i found the solution.


image



1 person likes this
Login to post a comment