Return fixed values that remain unchanged in computations.
Last updated 10 months ago
Returns the current date at the start of a query.
> select current_date(); 2023-01-25
Returns the current date & time at the start of a query, in the yyyy-mm-dd hh:mm:ss timestamp format.
yyyy-mm-dd hh:mm:ss
> select current_timestamp; 2023-01-25 08:08:00
Alias of