CURDATE (Lakehouse v2)
Returns the current date.
Analyze Syntax
Section titled “Analyze Syntax”func.curdate()Analyze Examples
Section titled “Analyze Examples”func.curdate()
┌──────────────┐│ '2024-06-15' │└──────────────┘SQL Syntax
Section titled “SQL Syntax”CURDATE()SQL Examples
Section titled “SQL Examples”SELECT CURDATE();
┌────────────┐│ 2024-06-15 │└────────────┘