clickhouseGet clickhouse version
Usage example
SELECT version()
output
┌─version()──┐
│ 21.12.3.32 │
└────────────┘
More of Clickhouse
- Using anyLast() with grouped data
- Select where date column is between dates
- List all tables from all database
- Remove column from a table
- Get year and month from date
- How to use regex in queries
- List all users
- Get total database size
- How to execute SQL query from a file
- Convert array to string
See more codes...