I'm try to create Transformation and need to merge two Database based on query like that by using Merge Join
and I little bit confuse what should i filled in First Step
, Second Step
to Lookup for that each query format.
Query Format :
SELECT * FROM A a LEFT JOIN B b on a.value=b.value
SELECT * FROM A a LEFT JOIN B b on b.value=a.value