Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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