We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example:
create or replace table t1 -- ← created AS ( select * from t1 -- ← but referenced union all select * from t2 )
For now, we can use INSERT or UPDATE statements.
INSERT
UPDATE
The text was updated successfully, but these errors were encountered:
Oh, wow. Good catch! Did not have that issue yet, but definitely worth supporting that, because I believe BQ would be able to support it.
Sorry, something went wrong.
No branches or pull requests
example:
For now, we can use
INSERT
orUPDATE
statements.The text was updated successfully, but these errors were encountered: