All Questions
1 question
0
votes
1
answer
108
views
how to count number of lines with jointure in Talend on Oracle
i have 3 tables
supplier(id_supp, name, adress, ...)
Customer(id_cust, name, adress, ...)
Order(id_order, ref_cust, ref_supp, date_order...)
I want to make a job that counts the number of orders ...