各位大佬,oracle有通过时间戳查看表table1,在某时刻的数据,oceanbase有类似的sql嘛

oracle的sql:
select * from app_param as of timestamp to_timestamp(‘2023-05-05 17:54:00’)

mysql版的oceanbase有类似的sql不

SELECT * FROM bmsql_warehouse AS OF SNAPSHOT time_to_usec('2023-12-06 13:00:00');

参考文档: 闪回查询-OceanBase 数据库 -OceanBase文档中心-分布式数据库使用文档