标签:keyword tab str cas type from select user where
drop user user_name cascade;
drop
user
user_name
cascade
;
手动删除
select ‘drop table ‘||table_name||‘;‘ from cat where table_type=‘TABLE‘
select
‘drop table ‘
||table_name||
‘;‘
from
cat
where
table_type=
‘TABLE‘
删除用户下的数据和表
原文地址:http://www.cnblogs.com/sparkbj/p/6146087.html