on 2018 May 30 5:59 AM
Hi Experts,
In oracle SYSTIMESTAMP RETURNS VALUE AS SHOWN AS BELOW:
SELECT SYSTIMESTAMP FROM DUAL;
SYSTIMESTAMP
------------------------------------------------------------------
28-MAR-00 12.38.55.538741 PM -08:00
HOW CAN I ACHIEVE THE ABOVE RESULTS IN SAP HANA...???
Why you cannot use the available timestamp functions in HANA? I guess you read the documentation.
If you cannot use them, then please describe why you cannot use them respectively what you wanna reach.
Regards,
Florian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can run this query:
SELECT CURRENT_TIMESTAMP "current timestamp" FROM DUMMY;
But , it doesn't really tell you the UTC timing.
Some other functions that are available are well documented here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.