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