clickhouseList all users
Usage example
SHOW USERS;
output
Query id: 266335c8-5b18-4fe1-9c2a-128ab3968b31
┌─name────┐
│ default │
│ user1 │
└─────────┘
2 rows in set. Elapsed: 0.001 sec.
More of Clickhouse
- Convert array to rows
- How to restart Clickhouse server
- How to execute SQL query from a file
- List all tables from all database
- Select where date column is between dates
- Get total database size
- Using variables in queries
- List table partitions
- Convert array to string
- Select countIf usage example
See more codes...