snoopy80
Technical User
- Jun 27, 2001
- 106
Hello everyone,
This is what I want to do. Let say I have 3 tables each with 2 columns:
Tab 1 Tab 2 Tab 3
Id Name Id Name Id Name
401 John 324 Mary 401 John
511 Peter 511 Peter 522 Jay
I want to combine them into one like this
Id Name
324 Mary
401 John
511 Peter
522 Jay
How can I do that? Thanks for the Help
This is what I want to do. Let say I have 3 tables each with 2 columns:
Tab 1 Tab 2 Tab 3
Id Name Id Name Id Name
401 John 324 Mary 401 John
511 Peter 511 Peter 522 Jay
I want to combine them into one like this
Id Name
324 Mary
401 John
511 Peter
522 Jay
How can I do that? Thanks for the Help