on 2015 Apr 07 8:48 AM
Hi,
how can I update a timestamp during an update of a record?
example mysql: ON UPDATE CURRENT_TIMESTAMP but on sap Hana does not work.
Do you have a solution?
genereted as always with CURRENT_TIMESTAMP does not work
ALTER TABLE A_TEST ADD (B TIMESTAMP GENERATED ALWAYS AS CURRENT_TIMESTAMP NOT NULL) ;
error:
SAP DBTech JDBC: [458]: unsupported function included: CURRENT_TIMESTAMP is not supported by generated column
I have already read these discussions:
http://scn.sap.com/thread/3389447
http://scn.sap.com/thread/3400259
Do you have other examples?
Thank You
What is your requirement here?
Why does anyone has an interest in when a record has been changed on DB level?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.