Constant Functions
CURRENT_DATE()
Returns the current date at the start of a query.
CURRENT_TIMESTAMP()
Returns the current date & time at the start of a query, in the yyyy-mm-dd hh:mm:ss
timestamp format.
NOW()
Alias of current_timestamp()
Last updated