G
Guest
I have a table of raw data containing some records with identical data. I
have a second table with those records after a transaction number has been
assigned. I want to update the first table with the transaction numbers.
However, I keep getting only one transaction number fort each duplicate.
The only difference in the records containing identical data is the
transaction number.
How can I get each of the "duplicate" records to update with it's own
transaction number?
have a second table with those records after a transaction number has been
assigned. I want to update the first table with the transaction numbers.
However, I keep getting only one transaction number fort each duplicate.
The only difference in the records containing identical data is the
transaction number.
How can I get each of the "duplicate" records to update with it's own
transaction number?