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 datetime to unix timestamp
- Convert hex to text
- Select countIf usage example
- Add row number to results
- Create table example
- String concat
- List all tables from all database
- Select rows with certain value in array column
- Create table with UUID column
- Insert array of strings in CSV format
See more codes...