Hello all,
I do
"SELECT INTO" some fields from two tables, which have three key fields, using syntax "TBL1 left outer join TBL2 on TBL1.f1=TBL2.f1 and TBL1.f2=TBL2.f2 and TBL1.f3=TBL2.f3".
TBL1 has 2,800,000. I thought my new created table should have same number of records as my driving table 2,800,000. Isn't? My table grew much larger and I cannot find the reason. Plus it has 7 dups. I found reason for dups (i do not select field that has batch number). But my table much larger than this 7 dups. Any idea? Thank in advance.
I do
"SELECT INTO" some fields from two tables, which have three key fields, using syntax "TBL1 left outer join TBL2 on TBL1.f1=TBL2.f1 and TBL1.f2=TBL2.f2 and TBL1.f3=TBL2.f3".
TBL1 has 2,800,000. I thought my new created table should have same number of records as my driving table 2,800,000. Isn't? My table grew much larger and I cannot find the reason. Plus it has 7 dups. I found reason for dups (i do not select field that has batch number). But my table much larger than this 7 dups. Any idea? Thank in advance.