Created
July 28, 2023 07:27
-
-
Save rmitula/154e6182332e3b36f7e08460c1a3bbba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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