首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle 剔除当前用户表

2013-12-15 
oracle 删除当前用户表1、select drop table ||table_name|| from cat where table_typeTABLE2、导

oracle 删除当前用户表

1、select 'drop table '||table_name||';'
from cat
where table_type='TABLE'

2、导出结果

3、执行导出的结果

热点排行