clickhouseList all databases
Usage example
SHOW DATABASES
output
┌─name───────────────┐
│ INFORMATION_SCHEMA │
│ default │
...
More of Clickhouse
- Using variables in queries
- List all tables from all database
- Get total database size
- Using anyLast() with grouped data
- Convert array to string
- Convert datetime to unix timestamp
- Get year and month from date
- Using groupArray in queries
- Show running queries
- Select where date column is between dates
See more codes...