I believe you can see all snapshots available from a table by running:

SELECT *
FROM my_db."my_table$snapshots"

>From there you can get all different snapshot_id available. Then you can
just filter based on that snapshot_id:

SELECT *
FROM my_db."my_table@SNAPSHOT_ID"

On Tue, Sep 15, 2020 at 6:46 AM 李响 <wate...@gmail.com> wrote:

> Hi all,
>
> We have a request from an internal Iceberg customer that he needs to do
> time travel using Presto.
>
> How could I do that?
>
> --
>
>                                                李响 Xiang Li
>
> 邮件 e-mail      :wate...@gmail.com
>

Reply via email to