上一页 1 ··· 4 5 6 7 8

2017年11月1日

利用闪回查看Oracle表历史时刻数据

摘要: 1.查看表历史时刻数据 select * from tab_test AS OF TIMESTAMP to_timestamp('20140917 10:00:00','yyyymmdd hh24:mi:ss'); 2、利用flashback table恢复表到过去某一时刻 alter table 阅读全文

posted @ 2017-11-01 09:55 instr 阅读(18279) 评论(0) 推荐(0)

js常用util

摘要: /** 日期格式化 */Date.prototype.Format = function(format) { var o = { "M+" : this.getMonth() + 1, // month "d+" : this.getDate(), // day "H+" : this.getHou 阅读全文

posted @ 2017-11-01 09:31 instr 阅读(785) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8

导航