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
- List all tables from all database
- Get year and month from date
- Using anyLast() with grouped data
- Get total database size
- Select where date column is between dates
- How to use regex in queries
- Inserting JSONEachRow format data into table
- Remove column from a table
- Convert array to string
- How to add index to table
See more codes...