clickhouseGet clickhouse version
Usage example
SELECT version()
output
┌─version()──┐
│ 21.12.3.32 │
└────────────┘
More of Clickhouse
- Get year and month from date
- Using anyLast() with grouped data
- Get total database size
- List all tables from all database
- Inserting JSONEachRow format data into table
- Disable logs
- Select where date column is between dates
- Remove column from a table
- Create AggregatingMergeTree materialized view
- Convert array to string
See more codes...