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