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