LOCALTIMESTAMP
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 │
└─────────────────────┘