摘要: 1. 查询test表DML操作的最后时间的语句: select max(ora_rowscn),to_char(scn_to_timestamp(max(ora_rowscn)),'yyyy-mm-dd hh24:mi:ss') from test; 2. select TO_CHAR(LAST_D 阅读全文
posted @ 2016-12-23 15:18 剑芒 阅读(244) 评论(0) 推荐(0) 编辑