9951 explained code solutions for 126 technologies


clickhouseList all users


SHOW USERSctrl + c
SHOW USERS

Will list all users from Clickhouse server


Usage example

SHOW USERS;
output
Query id: 266335c8-5b18-4fe1-9c2a-128ab3968b31

┌─name────┐
│ default │
│ user1   │
└─────────┘

2 rows in set. Elapsed: 0.001 sec.