Ultimate access to all questions.
While investigating a data issue, you attempted to review yesterday's version of a table using the command SELECT * FROM table_name TIMESTAMP AS OF date_sub(current_date(), 1)
. However, you discovered that you could no longer access the historical data, despite the table history (DESCRIBE HISTORY table_name
) showing updates from yesterday. What could be the reason for this inability to access the historical data?