We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Join In-DB Tool - only need the right output

IMSL
7 - Meteor

Hi all,

 

Is there anyway to only get the data from the right table when joining two tables?

I need this as I have two tables (lets say table A and B). There are some records available in both tables.

I want to remove those records from table B and only keep the remaining.

 

 

 

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

You can Right Outer Join in the Join In-DB tool, then Filter In-DB after where you specify any of the new columns (i.e. any of the columns from Table B) as being not null!

Labels
Top Solution Authors