T
Tallia
I am trying to merge data into an existing database. The existing table has
about 70,000 rows and the data I want to merge has about 80,000 rows. They
have about 30,000 rows in common.
In order to avoid duplicating any of the data, I have constructed a query
that will only return the rows that are not duplicate. The query returns with
the 50,000 rows that I expect, but they do not contain any data, rather it
all of the fields seem to be blank.
I thought it was a problem with the way I constructed the query, but using
the query construction wizard provided the same result.
Queries to identify the common rows return without any issue.
about 70,000 rows and the data I want to merge has about 80,000 rows. They
have about 30,000 rows in common.
In order to avoid duplicating any of the data, I have constructed a query
that will only return the rows that are not duplicate. The query returns with
the 50,000 rows that I expect, but they do not contain any data, rather it
all of the fields seem to be blank.
I thought it was a problem with the way I constructed the query, but using
the query construction wizard provided the same result.
Queries to identify the common rows return without any issue.