clickhouseList all databases
Usage example
SHOW DATABASES
output
┌─name───────────────┐
│ INFORMATION_SCHEMA │
│ default │
...
More of Clickhouse
- Using variables in queries
- Get total database size
- Create table example
- List all tables from all database
- Select where date column is between dates
- Convert string to date/time
- How to execute SQL query from a file
- List all users
- Alter table query example
- Convert datetime to unix timestamp
See more codes...