Skip to content
New issue

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

BigQuery Specific MERGE statement feature support #380

Closed
reata opened this issue Jun 4, 2023 · 0 comments · Fixed by #375
Closed

BigQuery Specific MERGE statement feature support #380

reata opened this issue Jun 4, 2023 · 0 comments · Fixed by #375
Labels
enhancement New feature or request

Comments

@reata
Copy link
Owner

reata commented Jun 4, 2023

Ref: https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax#merge_statement

  • The INTO keyword after MERGE is optional
  • The column references after INSERT are optional as INSERT ROWS
  • The subquery after USING keyword can be a CTE query (this is not specific to bigquery)
@reata reata added the enhancement New feature or request label Jun 4, 2023
@reata reata mentioned this issue Jun 4, 2023
@reata reata closed this as completed in #375 Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant