Copy column subset or cell range from table to table
I have two data tables. Some columns on table2 are identical to columns table1. I wasnt to copy the data of the identical columns from table2 to table1. That means, of course, that (1) table1 will be expanded with the number or rows in table2 and, (2) there will be missing data in table1. That's OK. My issue is how to copy the data from table2 to table1. E.g. - both tables have column "NAME". Tab...