clickhouseGet clickhouse version
Usage example
SELECT version()
output
┌─version()──┐
│ 21.12.3.32 │
└────────────┘
More of Clickhouse
- Using variables in queries
- Get total database size
- List all tables from all database
- Convert string to date/time
- Select where date column is between dates
- How to execute SQL query from a file
- Create table example
- Remove column from a table
- Drop table example
- Show running queries
See more codes...