NOW
Returns the current date and time.
Analyze Syntax
func.now()
Analyze Examples
func.now()
┌───────────────────────┐
│ '2024-06-15 14:30:00' │
└───────────────────────┘
SQL Syntax
NOW()
SQL Examples
SELECT NOW();
┌─────────────────────┐
│ 2024-06-15 14:30:00 │
└─────────────────────┘