clickhouseList all tables from database
Usage example
SHOW TABLES
output
┌─name─┐
│ tbl │
│ tbl1 │
...
More of Clickhouse
- Using variables in queries
- List all tables from all database
- Get total database size
- Convert string to date/time
- How to execute SQL query from a file
- Create table example
- Show running queries
- Remove column from a table
- Select where date column is between dates
- List all users
See more codes...