LOCALTIMESTAMP

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

Returns the current date and time. Alias for NOW.

Analyze Syntax

func.localtimestamp()

Analyze Examples

func.localtimestamp()

┌───────────────────────┐
 '2024-06-15 14:30:00'  
└───────────────────────┘

SQL Syntax

LOCALTIMESTAMP()

SQL Examples

SELECT LOCALTIMESTAMP();

┌─────────────────────┐
 2024-06-15 14:30:00  
└─────────────────────┘