通过sql语句查看数据,如果时间比较久了就没了
select * from your_table_name as of timestamp to_timestamp('2013-10-10 3:13:00', 'yyyy-mm-dd hh24:mi:ss');
通过sql语句查看数据,如果时间比较久了就没了
select * from your_table_name as of timestamp to_timestamp('2013-10-10 3:13:00', 'yyyy-mm-dd hh24:mi:ss');