摘要: 一、plsql数据库操作:删除数据前备份一张表:create table plat_counter_def_bf as select * from plat_monitor_counter_def //备份delete from plat_monitor_counter_def //删除数据Ex... 阅读全文
posted @ 2016-01-23 15:34 展云 阅读(493) 评论(0) 推荐(0)