TODAY
Learn how to use the TODAY datetime function in PlaidCloud Lakehouse. Returns current date. Includes detailed syntax, examples, and usage reference.
Returns current date.
Analyze Syntax
func.today()
Analyze Examples
func.today()
┌──────────────┐
│ func.today() │
├──────────────┤
│ 2021-09-03 │
└──────────────┘
SQL Syntax
TODAY()
Return Type
DATE, returns date in “YYYY-MM-DD” format.
SQL Examples
SELECT TODAY();
┌────────────┐
│ TODAY() │
├────────────┤
│ 2021-09-03 │
└────────────┘