LOCALTIMESTAMP (Lakehouse v2)
Returns the current date and time. Alias for NOW.
Analyze Syntax
Section titled “Analyze Syntax”func.localtimestamp()Analyze Examples
Section titled “Analyze Examples”func.localtimestamp()
┌───────────────────────┐│ '2024-06-15 14:30:00' │└───────────────────────┘SQL Syntax
Section titled “SQL Syntax”LOCALTIMESTAMP()SQL Examples
Section titled “SQL Examples”SELECT LOCALTIMESTAMP();
┌─────────────────────┐│ 2024-06-15 14:30:00 │└─────────────────────┘