Skip to content

Returns the current date and time.

func.now()
func.now()
┌───────────────────────┐
'2024-06-15 14:30:00'
└───────────────────────┘
NOW()
SELECT NOW();
┌─────────────────────┐
2024-06-15 14:30:00
└─────────────────────┘