clickhouseHow to get current datetime
Usage example
SELECT now()
output
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘
9951 explained code solutions for 126 technologies
SELECT now()
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘