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

Support multiple tables in UPDATE FROM clause #1681

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iffyio
Copy link
Contributor

@iffyio iffyio commented Jan 23, 2025

Adds support for multiple tables in the FROM clause of an update statement.

UPDATE A
SET ..
FROM T, U, V

Adds support for multiple tables in the `FROM` clause
of an update statement.

```sql
UPDATE A
SET ..
FROM T, U, V
```
@iffyio iffyio force-pushed the update-set-from-multiple branch from 5464656 to 8a03f85 Compare January 27, 2025 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant