Brian Baker
Member²
I have a table that contains several thousands of records. Is it possible to use the data generator to replace data in a few columns of this table, while leaving the rest of the data (ie, primary key) intact?
This would be things like FirstName, LastName, etc., which I see the Data Generator can already use. In my scenario I just want to UPDATE instead of INSERT.
This would be things like FirstName, LastName, etc., which I see the Data Generator can already use. In my scenario I just want to UPDATE instead of INSERT.