How to get current time in TimesTen
ivan huMar 5 2009 — edited Mar 9 2011I need to get the current timestamp of TimesTen DB located node, how can get it?
In PSQL, I can use built-in function now(), In Oracle, I can use LOCALTIMESTAMP, thanks. a lot.