oracle查询某张表某个时间点的数据(表结构未改变前)
时间:2015-08-03 14:48:21
收藏:0
阅读:412
原文地址——http://blog.csdn.net/qq525099302/article/details/47253641
SELECT * FROM b_role_authority as of timestamp to_timestamp(‘2015-07-25‘,‘yyyy-mm-dd‘)
注意:表结构变化过后无效,只能查询到一段时间内的记录
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文:http://blog.csdn.net/qq525099302/article/details/47253641
评论(0)