CURRENT_TIME
Learn how to use the CURRENT_TIME date/time function in PlaidCloud Lakehouse. Returns the current time - see syntax, examples, and output.
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 │
└──────────┘