SQL 命令DDL 命令用户DROP USER在本页DROP USERDrop the specified user from the system.SyntaxDROP USER [ IF EXISTS ] <name>ExamplesDROP USER user1;