-
Notifications
You must be signed in to change notification settings - Fork 3k
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
UPDATE statement #3325
Comments
PR #5861 implements SQL UPDATE in the Presto engine, and updates the Hive connector to support SQL UPDATE for Hive ACID tables. The PR contains a new Developer documentation page explaining in detail the API and theory of operation for UPDATE: 0966644#diff-b842ca279826a809534f2970ae7bf07fab1e8727bc4866fddb48b8c3ced809eaR1 |
#5861 has been merged. However, I'm unable to edit this issue to check it off. |
Hello! What do you think about UPDATE FROM section support? You can see examples here: https://www.postgresql.org/docs/current/sql-update.html As far as I know, now it is impossible to update table A based on condition from table B even in WHERE section:
|
I don't have an opinion about this suggestion. @martint is the expert on these matters, and he would have to endorse the change. |
relates to #7708
The text was updated successfully, but these errors were encountered: