Skip to content

Returns the current date and time.

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