Skip to content

Instantly share code, notes, and snippets.

@rmitula
Created July 28, 2023 07:26
Show Gist options
  • Save rmitula/57d8943c39c2b13037808ba4f0966ece to your computer and use it in GitHub Desktop.
Save rmitula/57d8943c39c2b13037808ba4f0966ece to your computer and use it in GitHub Desktop.
SELECT *
FROM "apache_iceberg_showcase"."products"
FOR TIMESTAMP AS OF TIMESTAMP '2023-06-14 13:49:00 UTC'
WHERE name = 'Product A';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment