LOCALTIME

Returns the current date and time. Alias for NOW.

Analyze Syntax

func.localtime()

Analyze Examples

func.localtime()

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

SQL Syntax

LOCALTIME()

SQL Examples

SELECT LOCALTIME();

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