Tables which contain a generated column defined with the ON UPDATE AS ROW CHANGE TIMESTAMP clause are intended to track the time of the last update of each row in the ROW CHANGE TIMESTAMP column. However if one wishes to export and repopulate the data in a table containing a ROW CHANGE TIMESTAMP column (for example extracting and moving the data to another database) there can be specific considerations if the desire is to preserve the original timestamp values in the new table. Recommended method: In order to...
[More]
Tags: 
import
row
load
rowchangetimestampoverrid...
db2
timestamp
change