K
Karch
I have two datatables that share two columns which could be thought of as
the primary key. There are additional columns NOT shared between the two
tables. I need to merge the two tables together where Table1.ColumnA =
Table2.ColumnA and Table1.ColumnB = Table2.ColumnB. What is the best way to
do this?
the primary key. There are additional columns NOT shared between the two
tables. I need to merge the two tables together where Table1.ColumnA =
Table2.ColumnA and Table1.ColumnB = Table2.ColumnB. What is the best way to
do this?