You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snowflake supports an AT | BEFORE clause in SELECT statements to enable time travel functionality. This currently causes the statement to be unparseable.
SQL Example
SELECT*FROM my_table AT(TIMESTAMP=> TO_TIMESTAMP(1432669154242, 3));
SELECT*FROM my_table AT(OFFSET =>-60*5) AS T WHERET.flag='valid';
SELECT*FROM my_table BEFORE(STATEMENT =>'8e5d0ca9-005e-44e6-b858-a8f5b37c5726');
Grammar or Syntax Description
Snowflake supports an
AT | BEFORE
clause in SELECT statements to enable time travel functionality. This currently causes the statement to be unparseable.SQL Example
Additional context
The text was updated successfully, but these errors were encountered: