clickhouseList all databases
Usage example
SHOW DATABASES
output
┌─name───────────────┐
│ INFORMATION_SCHEMA │
│ default │
...
More of Clickhouse
- Convert array to rows
- How to execute SQL query from a file
- How to restart Clickhouse server
- Get total database size
- Convert array to string
- List table partitions
- List all tables from all database
- Using variables in queries
- Select sumIf query example
- Select where date column is between dates
See more codes...