ReferenceSQL ReferenceSQL FunctionsfunctionsCURRENT_DATEVersion: 24.1.xOn this pageCURRENT_DATECategories: Date/Time, SystemCURRENT_DATEReturns the current date of the system.SyntaxCURRENT_DATE() → dateExamplesCURRENT_DATE exampleSELECT CURRENT_DATE()-- 2021-07-02CURRENT_DATE exampleSELECT CURRENT_DATE-- 2021-07-02Usage NotesThis function can be called without the parentheses.