clickhouseHow to get current datetime
Usage example
SELECT now()
output
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘
More of Clickhouse
- Using variables in queries
- List all tables from all database
- Get total database size
- Using anyLast() with grouped data
- Convert array to string
- Convert datetime to unix timestamp
- Convert string to date/time
- Get year and month from date
- Show running queries
- Select where date column is between dates
See more codes...