摘要: 1、查询某一时间点该表的数据select * from 表 as of timestamp to_timestamp('2020-07-02 12:11:11','yyyy-mm-dd hh24:mi:ss');2、对表进行行迁移alter table 表 enable row movement;3 阅读全文
posted @ 2022-12-29 15:14 Java仲达 阅读(768) 评论(0) 推荐(0)