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
- Create table example
- Using variables in queries
- Get total database size
- List all tables from all database
- How to execute SQL query from a file
- Select where date column is between dates
- Convert datetime to unix timestamp
- Create AggregatingMergeTree materialized view
- Select countIf usage example
See more codes...