zingdle opened a new issue #8715: URL: https://github.com/apache/incubator-doris/issues/8715
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description ## Enhancement Currently Doris [doesn't support](https://doris.apache.org/sql-reference/sql-statements/Account%20Management/DROP%20USER.html) `IF EXISTS` option in `DROP USER` statement [like MySQL](https://dev.mysql.com/doc/refman/5.7/en/drop-user.html). It would be great to have this feature. Silimar statements: `CREATE USER`, `CREATE ROLE`, `DROP ROLE`, etc. ### Solution I'm kind of busy these days, but I'm willing to walk through the code and submit PR once I'm free. ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
