Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

table merging

I have a need to multiply a table a by the possible values ​​of a table b, someone help meCapture.PNG



1 Solution

Accepted Solutions
sunny_talwar

May be this

Table:

LOAD Col1,

     Col2

FROM TableA;

Join (Table)

LOAD Col3

FROM Table B;

View solution in original post

3 Replies
sunny_talwar

May be this

Table:

LOAD Col1,

     Col2

FROM TableA;

Join (Table)

LOAD Col3

FROM Table B;

Anil_Babu_Samineni

Join Wil work, Initially. If you want to show blank to them which not there you should use Concantenate?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
souadouert
Specialist
Specialist
Author

thank you sunny