Skip to content

Returns the current time.

func.current_time()
func.current_time()
┌────────────┐
'14:30:00'
└────────────┘
CURRENT_TIME()
SELECT CURRENT_TIME();
┌──────────┐
14:30:00
└──────────┘