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
- Count unique values
- List all tables from all database
- Get total database size
- Get table size
- Create AggregatingMergeTree materialized view
- Export table to CSV file
- Using anyLast() with grouped data
- How to format date/time
- Using argMax() function
- Convert datetime to unix timestamp
See more codes...