-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: Updating can get the updated value #10760
Comments
Kean9527
added
Needs Triage
This issue needs to be correctly labelled and triaged
Type: Feature
labels
Jul 20, 2022
frouioui
added
Component: Query Serving
and removed
Needs Triage
This issue needs to be correctly labelled and triaged
labels
Jul 20, 2022
@GuptaManan100 is that something that we plan on supporting in the SQL parser? |
18 tasks
Hey there! |
@AllMight2099 sure, go right ahead. |
4 tasks
Parsing support was added in #13032, but that itself isn't enough to support the query. The planner currently rejects this expression explicitly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
In many cases, we want to get the updated value about a column, mysql can use sql like this:
UPDATE account.t_user_bill SET diamonds = @value := diamonds + ? WHERE uid = ?
But now vitess just don't support this, Can we plan to it?
Use Case(s)
updating a column and get the updated value
The text was updated successfully, but these errors were encountered: