How to append rows from one table to rows of another
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have 2 tables where I'd like to append/add the rows from one into another table. However One table has a subset of the columns. Any suggestions?
Fror example
Table A: has columns A thru E. The table has 15 rows
Table B: has columns A thru C. It has 10 rows
The resulting table should have 25 rows with no values for the new cells from table B.
Another example as above would be 2 outputs from a joint operation like the Left output and Joined output
Solved! Go to Solution.
- Labels:
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm sorry but I don't understand the problem. Could you please mock up the tables and output?
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think you are looking for the Union tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I found the same amswer riding the bus home. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is an example. But I think the answer is the union tool as Ted eluded below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I posted this reply to the wrong topic.
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks for your reply. But is there really no easier solution? The problem is basically really simple.
I have two date sets e.g. :
Date set 1:
Movie Title | Budget |
A | 1000 |
B | 2000 |
Data set 2:
Movie Title | Budget |
C | 3000 |
D | 4000 |
The new data set should be:
Movie Title | Budget |
A | 1000 |
B | 2000 |
C | 3000 |
D | 4000 |
There must be an easier solution to this? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks for your answer. It just realized that in the output section of the union tool not all records are displayed, therefore I did not see a change of records after using the union tool.
Now, after using the browse tool, the additional records show up. Thanks for your help.
Greets,
Nils
