Skip to content

Returns the current time. Alias for CURRENT_TIME.

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