clickhouseGet clickhouse version
Usage example
SELECT version()
output
┌─version()──┐
│ 21.12.3.32 │
└────────────┘
More of Clickhouse
- Using anyLast() with grouped data
- Get total database size
- Create AggregatingMergeTree materialized view
- Disable logs
- Increase number of concurrent queries
- How to format date/time
- Get year and month from date
- Using multiIf in query
- Select rows with any of specified values in array column
- List all tables from all database
See more codes...