current_timestamp
This function is used to return the current timestamp.
Syntax
current_timestamp()
Parameters
None
Return Values
The return value is of the TIMESTAMP type.
Example Code
The value 1692002816300 is returned.
select current_timestamp();
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.