feiZhou

删除用户
1drop user user_name 【cascade】
user_name :删除的用户名
cascade:在删除用户时,将用户创建的模式对象(表)也全部删除。

drop user zhou7 cascade;
这里写图片描述

分类:

技术点:

相关文章: