CURTIME
Learn how to use the CURTIME date/time function in PlaidCloud Lakehouse. Returns the current time. Alias for
CURRENT_TIME - with syntax and examples.Returns the current time. Alias for CURRENT_TIME.
Analyze Syntax
func.curtime()
Analyze Examples
func.curtime()
┌────────────┐
│ '14:30:00' │
└────────────┘
SQL Syntax
CURTIME()
SQL Examples
SELECT CURTIME();
┌──────────┐
│ 14:30:00 │
└──────────┘