full outer join in BIP fusion
Hi,
I have two queries and I want to use full outer join in BIP
but it does not work.
I am using
select * from t1
full outer join
select * from t2
on t1.A = t2.A
but gives me that e.g. column A is duplicated
0
Hi,
I have two queries and I want to use full outer join in BIP
but it does not work.
I am using
select * from t1
full outer join
select * from t2
on t1.A = t2.A
but gives me that e.g. column A is duplicated