Quote:
Originally Posted by nvk@vhv
update <TABLE> set <COLUMN_YOU_WANT_TO_UPDATE> = NEW_VALUE where <TIMESTAMP_COLUMN> between '2008-01-01-00.00.00.000000' and '2008-12-31-00.00.00.000000'
|
That <TIMESTAMP_COLUMN> should of course already be in that table, and it should have been declared
"WITH DEFAULT"
If not, there is no way to ever find out when precisely a row had been inserted into the table.