CURRENT_DATE

Learn how to use the CURRENT_DATE date/time function in PlaidCloud Lakehouse. Returns the current date. Alias for CURDATE - with syntax and examples.

Returns the current date. Alias for CURDATE.

Analyze Syntax

func.current_date()

Analyze Examples

func.current_date()

┌──────────────┐
 '2024-06-15'  
└──────────────┘

SQL Syntax

CURRENT_DATE()

SQL Examples

SELECT CURRENT_DATE();

┌────────────┐
 2024-06-15  
└────────────┘