Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Removing the same row from 2 tables.

yzhang316
8 - Asteroid

Hi There,

 

I have 2 tables

 

Table A:

NameAgeGender
David20M
Jessica19F

 

Table B:

NameAgeGender
Kitty21F
Paul22M
Jessica19F
Michael20M
David20M

 

I want to be able to delete info from table A in table B.  Result would look like this

NameAgeGender
Kitty21F
Paul22M
Michael20M

 

How do I achieve this...

 

Thanks!

1 REPLY 1
yzhang316
8 - Asteroid

I think I found the solution...it's just a simple join.

Labels
Top Solution Authors