clickhouseDelete existing user
Usage example
DROP USER user1
output
Query id: b68070bc-4012-4aba-bce2-2ee6da6f86bf
Ok.
0 rows in set. Elapsed: 0.001 sec.
More of Clickhouse
- List all tables from all database
- Using variables in queries
- Get total database size
- List all users
- Inserting data into table example
- Add row number to results
- Create AggregatingMergeTree materialized view
- Create table example
- How to select based on Tuple element value
- Convert hex to text
See more codes...