Merging two data tables while "intentionally" duplicating records for one against the other table.
heHi All,I am trying to work on a project. I have two different data tables with uneven rows. Let say, Table 1 has 19 rows of data with 3 columns and Table 2 has 50 rows of data with 3 columns. For simplicity, let assume the following: Table 1HH_5_ZIP_CODEHH_LATHH_LONG0101095.2 N95.2 S0100194.1 N93.2 S0109265.45 N64.2 S01610122.1 N120.1 S Table 2PD_5_ZIP_CODEPD_LATPD_LONG01606120.3 N119.2 S100011...
