ReferenceSQL ReferenceSQL FunctionsfunctionsCURRENT_TIMEVersion: current [24.2.x]On this pageCURRENT_TIMECategories: System, Date/TimeCURRENT_TIMEReturns the current time for the system.SyntaxCURRENT_TIME() → TIMEExamplesCURRENT_TIME exampleSELECT CURRENT_TIME()-- 06:04:31CURRENT_TIME exampleSELECT CURRENT_TIME-- 06:04:31Usage NotesThis function can be called without the parentheses.