CURRENT_TIMESTAMP
CURRENT_TIMESTAMP returns a timestamp value for the current date and time:
Timestamp CURRENT_TIMESTAMP()
Example
The following code:
SELECT CURRENT_TIMESTAMP()
returns:
2004-10-27 14:49:23.0

Additional Links:

Copyright Actuate Corporation 2012