clickhouseGet clickhouse version
Usage example
SELECT version()
output
┌─version()──┐
│ 21.12.3.32 │
└────────────┘
More of Clickhouse
- How to execute SQL query from a file
- List all tables from all database
- Get total database size
- Convert array to rows
- How to restart Clickhouse server
- Using variables in queries
- Select where date column is between dates
- Show running queries
- Select countIf usage example
- Import CSV data into table from a file
See more codes...