forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
1.7 KiB
1.7 KiB
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();
Parent topic: Date Functions