clickhouseList all databases
Usage example
SHOW DATABASES
output
┌─name───────────────┐
│ INFORMATION_SCHEMA │
│ default │
...
More of Clickhouse
- Create AggregatingMergeTree materialized view
- Inserting JSONEachRow format data into table
- Select sumIf query example
- Get total database size
- List all tables from all database
- Show running queries
- Get table size
- Using variables in queries
- Create new user
- Using dates with timezones
See more codes...