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
CREATE TABLE <project_id>.<dataset_name>.<cloned_table_name>
CLONE <project_id>.<dataset_name>.<original_table_name> FOR SYSTEM_TIME AS OF CURRENT_TIMESTAMP();
Hi, All
just wondering if there is a support coming for these bigquery statements?
reference: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_table_copy
currently, I'm encountering this limitation below.
edit: it seems COPY is supported, only CLONE is not supported.
Thank you!
The text was updated successfully, but these errors were encountered: