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
- Using variables in queries
- List all tables from all database
- Get total database size
- Convert string to date/time
- Remove column from a table
- Create table example
- Show running queries
- How to execute SQL query from a file
- List all users
- Select where date column is between dates
See more codes...