clickhouseList all databases
Usage example
SHOW DATABASES
output
┌─name───────────────┐
│ INFORMATION_SCHEMA │
│ default │
...
More of Clickhouse
- Create AggregatingMergeTree materialized view
- Select sumIf query example
- Inserting JSONEachRow format data into table
- Get total database size
- List all tables from all database
- Get table size
- Using variables in queries
- How to select based on Tuple element value
- List all users
- Add row number to results
See more codes...