G
gutterz
two dbs and i need to integrate them.
one db is voting records and the other is an update for a new election.
the main db has columns for each past election, 1988, 1990, 2000,
etc...
the second has only a new election.
the problem is i don't know how to integrate the two because they will
have some duplicate records and some that are not duplicate(people that
voted in the new election as well as a past election vs. those who did
not....)
i tried just doing a query on both tables but i'm only picking up the
records that are in both tables...
one db is voting records and the other is an update for a new election.
the main db has columns for each past election, 1988, 1990, 2000,
etc...
the second has only a new election.
the problem is i don't know how to integrate the two because they will
have some duplicate records and some that are not duplicate(people that
voted in the new election as well as a past election vs. those who did
not....)
i tried just doing a query on both tables but i'm only picking up the
records that are in both tables...