huaxingao commented on pull request #3269:
URL: https://github.com/apache/iceberg/pull/3269#issuecomment-959801379


   @wypoon 
   Here is Delta Lake syntax 
https://docs.databricks.com/delta/quick-start.html#query-an-earlier-version-of-the-table-time-travel
   ```
   SELECT * FROM default.people10m VERSION AS OF 0;
   
   SELECT * FROM default.people10m TIMESTAMP AS OF '2019-01-29 00:37:58';
   ```
   
   I plan to do exactly the same as above.
   Yes, timestamp is something like "2019-01-01 01:30:00.000" and version would 
be the snapshot id.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to