Skip to content

CURRENT_DATE

SELECT CURRENT_DATE();
'2022-04-15'

The CURRENT_DATE() function has been used in the SQL query. When executed, it returns the current date. The output shows the date of execution in ‘YYYY-MM-DD’ format.