CURRENT_TIME
Returns the current time.
Analyze Syntax
func.current_time()
Analyze Examples
func.current_time()
┌────────────┐
│ '14:30:00' │
└────────────┘
SQL Syntax
CURRENT_TIME()
SQL Examples
SELECT CURRENT_TIME();
┌──────────┐
│ 14:30:00 │
└──────────┘