Drop table 表名后还能不能恢复解决方案

Drop table 表名后还能不能恢复Droptable表名后还能不能恢复[解决办法]:-( 不能了吧[解决办法]没有备份的

Drop table 表名后还能不能恢复
Drop   table   表名后还能不能恢复

[解决办法]
:-( 不能了吧
[解决办法]
没有备份的就不能恢复了
[解决办法]
删除一个或多个数据库

A. 除去单个数据库
下例从系统表中删除 publishing 数据库的所有引用。

DROP DATABASE publishing

B. 除去多个数据库
下例从系统表中删除每个列出的数据库的所有引用。

DROP DATABASE pubs, newpubs