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