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

回复不小心drop掉的表

2012-07-20 
恢复不小心drop掉的表直接看代码吧--select count(*) from count776711-- 3--drop table count776711-- 删

恢复不小心drop掉的表

直接看代码吧--select count(*) from count776711

-- 3--drop table count776711-- 删了表了--select count(*) from count776711-- 报错了 ora 00942--flashback table count776711 to before drop-- 恢复了--select count(*) from count776711--3  (真的恢复了)
?

热点排行