Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
I have a thashinput1 which schema (id,name,Phone) containing 10rows
and a thashinput2 which schema (address , zipcode) containing 20 rows .
I would like to insert in a table (
id,name,Phone,address , zipcode
Thanks
@not specified not specified , without join key if you do the join then you may get the duplicate records. like it works like cross join.
you can use tmap and to connect thashinput1 and thashinput2 and you can specify the match model All rows.
Thanks,
Manohar