Constant Functions
Return fixed values that remain unchanged in computations.
CURRENT_DATE()
> select current_date();
2023-01-25CURRENT_TIMESTAMP()
> select current_timestamp;
2023-01-25 08:08:00NOW()
Last updated
