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