Hi again!
I was scanning through some old mails to check if we had some unsolved
things before doing a new relase and stumbled across the following mail:
>>>>> "Jochen" == Jochen Wiedmann <joe@stripped> writes:
Jochen> Todd Finney wrote:
>> My question is, how do you specify explicitly the timestamp column in an
>> update statement without actually changing the value? Am I reading this wrong?
Jochen> The trick is reading the old value before doing the update and then
Jochen> using the old value explicitly.
For example
UPDATE table SET A=A+1, timestamp_column=timestamp_column;
Will keep the old timestamp value
Regards,
Monty
PS: Sorry for the delay, hope late was better than never.