Skip to content

Instantly share code, notes, and snippets.

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