TODAY (Lakehouse v1)
Returns current date.
Analyze Syntax
Section titled “Analyze Syntax”func.today()Analyze Examples
Section titled “Analyze Examples”func.today()┌──────────────┐│ func.today() │├──────────────┤│ 2021-09-03 │└──────────────┘SQL Syntax
Section titled “SQL Syntax”TODAY()Return Type
Section titled “Return Type”DATE, returns date in “YYYY-MM-DD” format.
SQL Examples
Section titled “SQL Examples”SELECT TODAY();┌────────────┐│ TODAY() │├────────────┤│ 2021-09-03 │└────────────┘