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

Feature Request: Support for Update with multi table reference #15214

Closed
harshit-gangal opened this issue Feb 13, 2024 · 0 comments · Fixed by #15211
Closed

Feature Request: Support for Update with multi table reference #15214

harshit-gangal opened this issue Feb 13, 2024 · 0 comments · Fixed by #15211

Comments

@harshit-gangal
Copy link
Member

Feature Description

Add support for update query with multi table reference
e.g. update user u join music m on u.col = m.col set u.foo = 42 where m.bar = 100

Use Case(s)

Some time table updates are dependent on row matching from different tables. This work will add towards MySQL compatibility.

@harshit-gangal harshit-gangal added Type: Feature Request Needs Triage This issue needs to be correctly labelled and triaged Component: Query Serving and removed Needs Triage This issue needs to be correctly labelled and triaged labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant