CURTIME (Lakehouse v2)
Returns the current time. Alias for CURRENT_TIME.
Analyze Syntax
Section titled “Analyze Syntax”func.curtime()Analyze Examples
Section titled “Analyze Examples”func.curtime()
┌────────────┐│ '14:30:00' │└────────────┘SQL Syntax
Section titled “SQL Syntax”CURTIME()SQL Examples
Section titled “SQL Examples”SELECT CURTIME();
┌──────────┐│ 14:30:00 │└──────────┘