Skip to content

Support multiple targets for SELECT INTO#2360

Merged
yoavcloud merged 1 commit into
apache:mainfrom
validio-io:multi-target-select-into
Jun 2, 2026
Merged

Support multiple targets for SELECT INTO#2360
yoavcloud merged 1 commit into
apache:mainfrom
validio-io:multi-target-select-into

Conversation

@iffyio
Copy link
Copy Markdown
Contributor

@iffyio iffyio commented Jun 1, 2026

Dialects like mysql support

SELECT id, data INTO @x, @y FROM test.t1;

but the parser only expects a single table name in the INTO clause.

This adds support for multiple targets in the INTO clause.

Dialects like mysql support

```sql
SELECT id, data INTO @x, @y FROM test.t1;
```
but the parser only expects a single table name in the `INTO` clause.

This adds support for multiple targets in the `INTO` clause.
@iffyio iffyio requested a review from yoavcloud June 2, 2026 07:18
@yoavcloud
Copy link
Copy Markdown
Contributor

LGTM @iffyio!

@yoavcloud yoavcloud added this pull request to the merge queue Jun 2, 2026
Merged via the queue into apache:main with commit 575ee26 Jun 2, 2026
10 checks passed
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.

2 participants