CURDATE
CURDATE
returns current date with the following syntax:
YYYY-MM-DD
SELECT 
    CURDATE()
by Valeri Tandilashvili
4 years ago
MySQL
Datetime functions
1
Pro tip: use ```triple backticks around text``` to write in code fences