Thanks @torres, it works for me!

On Wed, Sep 16, 2020 at 7:33 AM Gustavo Torres Torres
<gustavo.tor...@airbnb.com.invalid> wrote:

> 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
>>
>

-- 

                                               李响 Xiang Li

手机 cellphone :+86-136-8113-8972
邮件 e-mail      :wate...@gmail.com

Reply via email to