Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Resolve this issue through UNION in Answers. Select * from A right outer join B on (a.id = b.id) where a.entity is null UNION Select * from A right outer join B on (a.id = b.id) where a.id is null