clickhouseHow to get current datetime
Usage example
SELECT now()
output
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘More of Clickhouse
- Get total database size
- Inserting JSONEachRow format data into table
- Disable logs
- Using anyLast() with grouped data
- Get year and month from date
- List all tables from all database
- How to format date/time
- Increase number of concurrent queries
- Using multiIf in query
- Create AggregatingMergeTree materialized view
See more codes...