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

oracle 剔除所有数据库表

2012-07-31 
oracle 删除所有数据库表?select drop table || table_name || ??from cat?where table_type TAB

oracle 删除所有数据库表

?

select 'drop table ' || table_name || ';'

??from cat

?where table_type = 'TABLE'

热点排行