I'm loading a table that has a generated primary key. For every records being pushed to this table I want to see if Serial Number has already been pushed. If it has been pushed once I will change new record's column
ActionCode to "U" for update. The default value for ActionCode is "I". How can I do that if serialNumber doesn't have a primary key? Duplicate records are allowed in table as a requirement.
Evan Johnson